$(document).ready(function() {
	$('#slideshow').cycle({
		fx: 'fade', 
		speed: 3750, 
		timeout: 10000
	});
});		
