jQuery(document).ready(function($){
	$("ul#navigation ul").siblings('a').addClass("head");
		$('#navigation').accordion({
			active: 'li:first-child a', 
			header: '.head',
			navigation: true,
			event: 'mouseover',
		//	fillSpace: true,
			animated: 'easeslide'
		});

		$("a.tripButton").colorbox({ iframe: true, height: '570px', width: '485px', opacity: '0.6',maxHeight:'95%' });  
	
		$('#slides').cycle({
	    	timeout: 3000, 
	    	speed:  1500,
	    	autostop: 1
		});
	});
