$(document).ready(function(){	
	$(".photos a").fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayOpacity': .8 }); 
});
