// initialise plugins
		jQuery(function(){

		$('#rotation').innerfade({
				speed:2000, 
				timeout: 6200, 
				type: 'sequence', 
				containerheight: '484px' 
				}); 
		});
