$(document).ready(function(){
	$(".zoom").fancybox({
		'overlayColor' : '#333'
		,'speedOut' : 100
	});
});
