$(document).ready(function() {
	
	$('#slideshow').cycle({
		fx: 'fade',
		continuous: 1,
	    speed: 4000,
	    timeout: 3000
	});
	
});
