$(document).ready(function(){						   
		$('#slides').cycle({ 
			fx:    'fade', 
			speed:  3000,
			timeout:  4000,
			random:  1 
		 });	
		
		
		setTimeout(function(){ 
			$('#teaser_content').fadeIn(1000);			
		},5000); 


						   
});