$(function(){
    
    $(".galleryimg").fancybox({ 'zoomSpeedIn': 200, 'zoomSpeedOut': 200, 'overlayShow': true, 'hideOnContentClick': true});
}); 
