jQuery(document).ready(function(){
    jQuery('a[rel=fancybox]').fancybox({
        padding: 10
    });
});
