
$(document).ready(function(){
	$("#hotels-slider").easySlider({
		vertical: false,
		controlsShow: false,
		prevId: 'previous-hotels-button',
		nextId: 'next-hotels-button',
		speed: 1000,
		pause: 2500,
		auto: false,
		continuous: false
	});
});

$(document).ready(function(){
	$("#promotions-slider").easySlider({
		vertical: true,
		controlsShow: false,
		prevId: 'previous-promotions-button',
		nextId: 'next-promotions-button',
		speed: 1000,
		pause: 2500,
		auto: false,
		continuous: false
	});
});
