jQuery(document).ready(function() {
    jQuery("a.fancybox").fancybox({
        'hideOnContentClick': true,
        'padding': 3
    }); 
});