$(function() {
		   

$('#rotador').cycle({ 
	fx:    'fade', 
	speed:  5000,
	timeout:  2000
});

});