$(document).ready(function(){
	$('#slideshow1').cycle({
		timeout:3000,
		delay:-1000,
		speed: 2875
	});
});