$(document).ready(function(){	   
	$('#slideshow').cycle({
		fx: 'fade',
		timeout:7000,
		speed: 1500,
		random: 0
	});
});
