/* Horizontal Carousel */
#horizontal_carousel {
  float: center;
  width: 400px;
  height: 150px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
	float: left;
	width: 330px;
	height: 150px;
	position: relative;
	overflow: hidden;
	background-image: url(../../imgs/fond_pellicule.jpg);
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

#horizontal_carousel ul li {
  width: 110px;
  height: 240px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 30px;
  height: 150px;
  background: url(../../imgs/bout_g.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../../imgs/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../../imgs/left_disabled.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 150px;
  background: url(../../imgs/bout_d.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../../imgs/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(../../imgs/right_disabled.png);
  cursor: default;
}



SCROLLBAR-SHADOW-COLOR: #; 			SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #660000;
	SCROLLBAR-TRACK-COLOR: #FFFFFFOO;
	SCROLLBAR-DARKSHADOW-COLOR:#787878;
}
