jQuery(document).ready(function($) {
	$( "#slideshow" ).cycle({
		timeout: 4000,
		speed:  500,
		pause: 1
	});
});
