// JavaScript Document

jQuery().ready(
	function () {
		$('.col1b .scroll').jScrollPane ({scrollbarWidth:11, showArrows:true});
		//$(".autre-hebergement select").selectBox ();
		
		$('#slidesContainer a.image').lightBox({fixedNavigation:true});
	
		if ($('#global').hasClass ('srub_b01') ){
			affDiapo ();
		}
	}
)

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


