$(document).ready(function(){

	$('#slideshow').cycle({
		speed:   1800,
		timeout: 3500
	});

});

