$(document).ready(function(){
	
	$('#slideshow').cycle({ 
		timeout:       8000,
		speed:         1500,
		sync:          1
	});

});// end document ready

