/* Horizontal Carousel */
#col_porte_slideshow{
padding-left:160px;
background-image:URL(../images/bg_col_porte_slideshow.gif);
width:800px;
height:160px;
float:left;
}


.horizontal_carousel {
  float:left;
  width: 640px;
  height: 160px;
  margin-bottom:0;
  position: relative;  
}         

.horizontal_carousel .container {
  position: absolute;
  top: 0px;
  left:0px;
  width: 640px;
  height: 160px;
  overflow:hidden; 
  background: #e8b61f;/*#e8b61f;*/
}            

.horizontal_carousel .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 160px;
  background: url(../images/left.gif);
  z-index: 3;    
  cursor:pointer;
    opacity:0.8;
    filter : alpha(opacity=80);
}        

.horizontal_carousel .previous_button_disabled {
  background: url(../images/left-disabled.gif);
  cursor:default;

}

.horizontal_carousel .next_button {
  position: absolute;
  top:0px;
  right: 0px;
  width: 20px;
  height: 160px;
  background: url(../images/right.gif);
  z-index:3;
  cursor:pointer;
    opacity:0.8;
    filter : alpha(opacity=80);
}   

.horizontal_carousel .next_button_disabled {
  background: url(../images/right-disabled.gif);
  cursor:default;
}

#col_porte_slideshow .horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 160px;
  padding-top:0px;
}                      

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

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

#col_porte_slideshow .horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
 /* padding:15px 10px 10px;*/
  width:160px;
  list-style:none;   
  float:left;
  list-style-image:url(../images/puce_orange_fd_bl_none.gif);
  margin-top;-20px;
  margin-left:0px !important;
  overflow:hidden;
}
