$(document).ready(function() {
    $('.slideshow').cycle({
	fx: 'fade',
	timeout: 5000,
	autostop: 2,
	random: 0,
    speed:1000  
	});
});
