$(document).ready(function() {

    $('.slideshow').cycle({
		fx: 'fade',
		sync: 0,
		timeout: 8000,
        speed: 4000,
        delay: -4000
	});

});


