$(document).ready(function()
{

	$(".gallery-icon a").fancybox({ 
		'zoomSpeedIn': 300, 
		'zoomSpeedOut': 300, 
	}); 

}); 
