$(function(){
	$("body#fotos div#blocoConteudo ul li a").fancybox({
		'zoomSpeedOut': 200,
		'overlayShow': true
	});
});