$(document).ready(function() {

	$('.slideshow-kl').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		random: 1,
	    speed: 800, 
	    timeout: 4500,
		delay: -3000
	});

    $('.slideshow-zw').cycle({
		fx: 'fade', 
		random: 1,
	    speed: 800, 
		timeout: 4500, 
		delay: 0
	});

    $('.slideshow-pa').cycle({
		fx: 'fade', 
		random: 1,
	    speed: 800, 
	    timeout: 4500,
		delay: -1500
	});

});
