$(document).ready(function() {

    
    $("a.fb").fancybox({
        'titlePosition': 'inside',
        'hideOnContentClick': true
    });


});
