// when the DOM is ready...  
$(document).ready(function()
{
  $("div.gallery-container a").fancybox({'zoomSpeedIn': 0,
                                  'zoomSpeedOut': 0,
								  'overlayOpacity': 0.8, 
                                  'overlayShow': true
                                });
});