jQuery(function($) {
    $(".gallery a").fancybox({
        padding: 0,
        overlayShow: true,
        overlayOpacity: 0.5
    });
});