
$(document).ready(
	function(){

	$('#bildshow').cycle({ 
	fx:    'fade',
	random: 1, 
	delay: 1,
	timeout: 10000
	});
});



/* 
delay = verzögerung erstes Bild
timeout = Zeit zwischen Bildern

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

*/

