$(document).ready(function() {
    $('.gallery a').fancybox({ overlayShow: true });
});