$(function() {
    // run the code in the markup!
   $('#rotacion').cycle({ 
    fx:    'fade', 
	speed:  2000,
	timeout:  4500, 
    pause:  1 
	});
});