window.onload = function () {
	$(document).ready(
		function(){					
			$('div#teaserImage').cycle({ 
                fx:       'fade', 
                timeout:  8000,
                speed:    4500 
                
             });

	     });         
    $(document).ready(
		function(){	
        $('div#tourenTeaser').cycle({ 
            fx:      'custom', 
            cssBefore: {  
                left: 115,  
                top:  115,  
                width: 0,  
                height: 0,  
                opacity: 1, 
                zIndex: 1 
            }, 
            animOut: {  
                opacity: 0  
            }, 
            animIn: {  
                left: 0,  
                top: 0,  
                width: 235,  
                height: 150  
            }, 
            cssAfter: {  
                zIndex: 0 
            }, 
            timeout:  6000,
            delay: -4000 
            });

	     });
    
    $(document).ready(
         function(){					
			$('div#eventsTeaser').cycle({ 
                fx:    'scrollDown', 
                delay: -4000, 
                sync:   0,
                timeout:  6000,
                pause:  1,
                speed:    1500 
            });

	     });
    
    $(document).ready(
         function(){					
			$('div#promotionTeaser').cycle({ 
                fx:    'zoom', 
                delay: -4000,
                timeout:  6000,
                pause:  1,
                speed:    1500 
            });

	     });
    
    $(document).ready(
         function(){					
			$('div#verkaufTeaser').cycle({ 
                fx:    'slideX', 
                delay: -4000, 
                timeout:  6000,
                pause:  1,
                speed:    1500 
            });

	     });
}
