jQuery(document).ready(function($) {
	$('.rotate').cycle({
		fx: 'fade',
    		speed: 	3000,
    		timeout: 9000,
    		pause:	0
    	});
});

