
$(document).ready(
	function(){

	//$('#bildshow').cycle({ 
	//fx:    'turnRight',
	//random: 1
	//});
	
	/*
	$('#bildshow').cycle({ 
		fx:      'scrollDown', 
		speedIn:  2000, 
		speedOut: 500, 
		easeIn:  'bounceout', 
		easeOut: 'backin',
		timeout: 220,
		delay:   -2000 
		});
	*/
	
	$('#bildshow1').cycle({ 
		fx:      'scrollDown', 
		speedIn:  2000, 
		speedOut: 500, 
		easeIn:  'bounceout', 
		easeOut: 'backin',
		random:   2,
		delay:   -2000 
		});
	
	$('#bildshow2').cycle({ 
		fx:      'scrollDown', 
		speedIn:  2000, 
		speedOut: 500, 
		easeIn:  'bounceout', 
		easeOut: 'backin',
		random:  .3,
		delay:   -1500 
		});
	
	$('#bildshow3').cycle({ 
		fx:      'scrollDown', 
		speedIn:  2000, 
		speedOut: 500, 
		easeIn:  'bounceout', 
		easeOut: 'backin',
		random:   1,
		delay:   -1000 
		});




	
	
});



/* 
Bennannnte Effekte in Cycle-Version 2.18
    *  blindX
    * blindY
    * blindZ
    * cover
    * curtainX
    * curtainY
    * fade
    * fadeZoom
    * growX
    * growY
    * scrollUp
    * scrollDown
    * scrollLeft
    * scrollRight
    * scrollHorz
    * scrollVert
    * shuffle
    * slideX
    * slideY
    * toss
    * turnUp
    * turnDown
    * turnLeft
    * turnRight
    * uncover
    * zoom

Zeit in Milisekunden:
pause                 --> timeout: 1000
geschwindigkeit       --> speed:   1000
Zeit zum ersten Slide --> delay:   1000
                      --> delay:   -1000

Pause bei Mouseover --> pause
Zufallsbilder       --> random: 1
*/

