  $(document).ready(function() {
    $('.gallery_pic_fancybox').fancybox({
      'titlePosition'     : 'over'
    });
  });

