$(document).ready(function(){

	$("div#slider_hotel ul").jDiaporama({
		animationSpeed: "slow",
		delay:6
	});

});
