// perform JavaScript after the document is scriptable. 
		$(function(){
			$(".photo-link").fancybox({ 'zoomSpeedIn': 500, 'zoomSpeedOut': 500, 'overlayShow': true }); 		
		});
		
	

