$(document).ready(function() {
	$('.rotate').innerfade({ 
		speed: 'slow', 
		timeout: 8000, 
		type: 'sequence', 
		containerheight: '220px' 
		});
		
	}); 