$(window).load(function() {
	$('#featured').orbit({
		animation: 'fade',              
 		animationSpeed: 800,     		
 		timer: true, 			 
 		advanceSpeed: 4000, 		  
 		pauseOnHover: true, 		 
 		startClockOnMouseOut: true, 	 
 		startClockOnMouseOutAfter: 1000
 	});	
});

$(function() {
    $('.gallerie a').lightBox();
});

function TogglePrice(id) {
	
	var e = document.getElementById(id);
	
	if(e.style.display == 'inline')
		e.style.display = 'none';
	else
		e.style.display = 'inline';
}

function HideContent() {
         document.getElementById("preise").style.display = "none";
}

$(document).ready(function(){
  $("a[rel^='hotelnavigator']").prettyPhoto();
});
