jQuery(document).ready(function() {
   	 	
   	 	jQuery('#rotate').cycle({
        	fx:      'fade',
        	timeout:  4000
   	 	});
		
	}
);
