$(document).ready(function(){
	$('#fotos_home').cycle({
	    speed:   500,
	    fx:     'fade',
	    timeout: 6000
	});
});

