$(document).ready(function() {
	$('.slideshow').cycle({
		 speed:2000,
		 timeout:4000
	});
});

