$(document).ready(function(){

	$('.rotate-banner').innerfade({
		animationtype: 'fade',
		speed: 1000,
		timeout: 3500,
		type: 'sequence',
		containerheight: '310px'
	});
});
