$(document).ready(
	function(){

		$('#rotate').innerfade({
			speed: 'slow',
			timeout: 8000,
			type: 'sequence',
			containerheight: '442px'
		});
		
	}
);
