// JavaScript Document

jQuery().ready(
	function () {
		$("a.pop").lightBox();		
		$(".acti-equi-comp .scroll").jScrollPane ({scrollbarWidth:9, showArrows:true});
		$(".autre-hebergement select").selectBox ();
		$('#slidesContainer a.image').lightBox({fixedNavigation:true});
		affDiapo ();
	}
)

function affDiapo(){
	document.getElementById("slidesContainer").style.left = "";
}

