/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 668px;
  height: 380px;
  margin-bottom: 10px;
  position: relative;
  z-index:100;
}

#barre {
  /*z-index:1000;*/
  position:static;
margin-top:330px;
  /*_margin-top:-60px;*/
  margin-left:34px;
  height:39px;
  width:600px;
  background-image:url(prototype-ui/vertical/bg-defilement.png);
  background-repeat:no-repeat;
  background-position:bottom;
}
#horizontal_carousel .container {
z-index:2;
  float: left;
  width: 600px;
  height: 310px;
  position: relative;    
  overflow: hidden;
}
#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 330px;
}                      

#horizontal_carousel ul li {
  width: 300px;
  height: 330px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  margin-top:330px;
  /*padding-top:50px;*/
  float:left;  
  width: 34px;
  height: 39px;
  background: url(prototype-ui/vertical/left.png);
  background-repeat:no-repeat;
  background-position:bottom;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(prototype-ui/vertical/left_over.png);
  background-repeat:no-repeat;
  background-position:bottom;
}

#horizontal_carousel .previous_button_disabled {
  background: url(prototype-ui/vertical/left_disabled.png);
  background-repeat:no-repeat;
  background-position:bottom;
  cursor: default;
}

#horizontal_carousel .next_button {
  position:relative;
  margin-top:-39px;
 /* padding-top:50px;*/
  float:right;  
  width: 34px;
  height: 39px;
  background: url(prototype-ui/vertical/right.png);
  background-repeat:no-repeat;
  background-position:bottom;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(prototype-ui/vertical/right_over.png);
  background-repeat:no-repeat;
  background-position:bottom;
}

#horizontal_carousel .next_button_disabled {
  background: url(prototype-ui/vertical/right_disabled.png);
  background-repeat:no-repeat;
  background-position:bottom;
  cursor: default;
}
