$(function() {
    $('.slideshow').cycle({
		fx: 'fade',
        timeout: 8000,
        speed: 2000
	});

});
