$(document).ready(function() { 
	
	$("div#galeria a").fancybox({
		'zoomSpeedIn':	0,
		'zoomSpeedOut':	0,
		'overlayShow':	true
	});
	
});

