$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		//speed: 500,
		timeout:  3000
	});
});
