$(document).ready( function(){ 
			$('#teaser').innerfade({ 
					animationtype: 'fade', 
					speed: 750, 
					timeout: 8000, 
					type: 'sequence', 
					containerheight: 'auto' 
			}); 
			
}); 


	
