$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade', 
		speed: 4000, 
		timeout:  2000 ,
		delay:  -1000
	});
});
