$(document).ready(function(){

	$('#slideshow').cycle({
	
		timeout: 5000,
		
		pause: 1

	});

});

$(document).ready(function(){

	$('#slideshow_rentals').cycle({
	
		timeout: 5000,
		
		pause: 1

	});

});
