$(document).ready(function(){ 
	$('#rotate')
	.innerfade({
    animationtype: 'fade',
    speed: 1200,
    timeout: 4000,
containerheight: '535px' 
});
	
	});
	



