$(document).ready(function(){	
    $("a.img").fancybox({
      'overlayOpacity': 0.4,
      'titlePosition': 'inside'
    });
});
