$(document).ready(
		function(){
			$('#rotate').innerfade({ 
				speed: 750, 
				timeout: 5000,
				type: 'sequence'
}); 
		}
	);


