
$(function() {
    $('div.gallery table a').lightBox();
    $('.image').lightBox();
});

