$(document).ready(function(){

    $('a.fancybox_gallery').fancybox({
        titlePosition : 'inside'
    });
})
