// JavaScript Document


$().ready(function()
{
	/*------------------------------------------------------------------------------------------------------*/
	/*	Nivo Slider
	/*------------------------------------------------------------------------------------------------------*/
	$('#widget-slider').nivoSlider({ effect: 'fade', animSpeed: 500, pauseTime: 6000, randomStart: true, directionNav: false, controlNav: false });
	
	/*------------------------------------------------------------------------------------------------------*/
	/*	Fast Booking
	/*------------------------------------------------------------------------------------------------------*/
	if ($('#widget-fast-booking').length){ start(); }
	
});
