$(document).ready(function(){
	
	$('#topo_animacao').cycle({
	   fx: 'fade'
	});
});