/* Horizontal Carousel */
#horizontal_carousel {
	width: 760px;
	height: 608px;
	margin-bottom: 10px;
}         
    

#horizontal_carousel .previous_button {
  width: 47px;
  height: 47px;
	/*float:left;*/
  background: url(/web/img/fleche-gauche.gif);
  background-repeat:no-repeat;
  z-index: 100;    
  cursor:pointer;
	margin-top:280px;
	position:absolute;
	top:0px;
	left:0px;
}        

#horizontal_carousel .previous_button_disabled {
	float:left;
  background: url(/web/img/fleche-gauche.gif);
	background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel .next_button {
	float:left;
	width: 47px;
	height: 47px;
	background: url(/web/img/fleche-droite.gif);
	background-repeat:no-repeat;
	z-index: 100;
	cursor:pointer;
	margin-left:25px;
	margin-top:280px;	
	position:absolute;
	top:0px;
	left:660px;
}

#horizontal_carousel .next_button_disabled {
	background: url(/web/img/fleche-droite.gif);
	background-repeat:no-repeat;
	cursor:default;
}

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

#horizontal_carousel ul li img {
  /*border:1px solid #999999;*/
  display:block;             
}                               

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  width:600px;
  list-style:none;   
  float:left;
}
