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