
$('.slideshow').cycle({
    fx:    'fade', 
	 speed:    800,
	 timeout:  8000,
	 	     delay: -4000 

});

$('.slideshow2').cycle({
    fx:    'fade', 
	 speed:    800,
	 timeout:  8000,
	     delay: -2000 

});

$('.slideshow3').cycle({
    fx:    'fade', 
	 speed:    800,
	 timeout:  8000

});



