$(document).ready(function() {
	
	//start the slideshow
	$('#slideshow').cycle({
		speed: 2500,
		timeout: 4500
	});
	
});




