	$(document).ready(
		function(){
			$('#hotel').innerfade({
				animationtype: 'fade',
				speed: 1000,
				timeout: 4000,
				type: 'random',
				containerheight: '250px'
			});

		}
	);

