$(document).ready(function () {
    $("a.fancy").fancybox({
        'hideOnContentClick': true,
        'overlayShow': true
    });
});

