// wait for the DOM to be loaded 
$(document).ready(function() { 

	
	$("#gallery_ecm a").fancybox(); 
	//$("p#test2 a").fancybox({ 'hideOnContentClick': true }); 
	//$("p#test3 a").fancybox({ 'zoomSpeedIn': 0, 'zoomSpeedOut': 0, 'overlayShow': true }); 
	
	
	
}); 

