/* Horizontal Carousel */
.horizontal_carousel {
  float:left;
  width: 270px;
  height: 144px;
  margin-bottom: 10px;
  position: relative; 
  border-top:1px solid #000000; 
  border-bottom:1px solid #000000; 
}         

.horizontal_carousel .container {
  position: absolute;
  padding:0;
  margin:0;
  top: 0px;
  left: 25px;  
  width: 220px;
  height: 144px;
  overflow:hidden;   
  background: #5b2f34;
}            

.horizontal_carousel .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 27px;
  height: 144px;
  background: url(classic/horizontal/gauche.gif) top left no-repeat;
  z-index: 100;    
  cursor:pointer;
}        
.horizontal_carousel .previous_button:hover {
  background: url(classic/horizontal/gauche.gif) 0px -144px no-repeat;
}

.horizontal_carousel .previous_button_disabled {
  background: url(classic/horizontal/gauche.gif) 0px -288px no-repeat;
  cursor:default;
}
.horizontal_carousel .previous_button_disabled:hover {
  background: url(classic/horizontal/gauche.gif) 0px -288px no-repeat;
  cursor:default;
}

.horizontal_carousel .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 27px;
  height: 144px;
  background: url(classic/horizontal/droite.gif) top left no-repeat;
  z-index: 100;
  cursor:pointer;
}   

.horizontal_carousel .next_button:hover {
  background: url(classic/horizontal/droite.gif) 0px -144px no-repeat;
}
.horizontal_carousel .next_button_disabled {
  background: url(classic/horizontal/droite.gif) 0px -288px no-repeat;
  cursor:default;
}
.horizontal_carousel .next_button_disabled:hover {
  background: url(classic/horizontal/droite.gif) 0px -288px no-repeat;
  cursor:default;
}
.horizontal_carousel ul {
  margin: 0;
  margin-top:-8px;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 144px;
}                                                 

.horizontal_carousel ul li {
  border-left:1px solid #000000;
  color:#ffffff;
  margin:0;
  padding:0;
  padding:15px 5px;
  width:62px;
  height: 144px;
  list-style:none;   
  float:left;
  text-align:right;
  line-height:15px;
  overflow:hidden;
}

.horizontal_carousel .container img {
	display:block;           
  border:1px solid #000000;
  margin:0;
  margin-bottom:7px;
  padding:0;
}