$(document).ready(function(){
  $('.gallery-cell div.image a').lightBox();
  $('a.lightbox').lightBox();
});
