﻿$(document).ready(function () {
    $("a.zoom").fancybox({
        'hideOnContentClick': true
    });
});






