$(document).ready(function() {
    $("a.fancybox").fancybox({

    'hideOnContentClick': false,
        'overlayOpacity' : 0.9

    });
});
