$(document).ready(function(){
	$('#rotate').innerfade({
		speed: 1000,
		timeout: 10000,
		type: 'sequence',
		containerheight: '668px'
	});
	}
);

