/* Horizontal Carousel */
.horizontal_carousel {
  width: 810px;
	position:relative;
	_width:750px;
  height: 80px;
  margin:10px 0 0 12px;
  _margin:10px 0 0 0px;
}

.horizontal_carousel .container {
  float: left;
  width: 700px;
  _width: 695px;
  height: 80px;
  position: relative;    
  overflow: hidden;
}

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

.horizontal_carousel ul li {
  width: 100px;
  height: 105px;
  text-align: center; 
  list-style:none;   
  float:left;
  cursor:pointer;
}

.horizontal_carousel .previous_button {
  float:left;  
  width: 17px;
  height: 36px;
  background: url(../if/fleche-back.png) no-repeat;
  z-index: 100;
  cursor: pointer;
  margin:22px 6px 0 0;
}

.horizontal_carousel .previous_button_over {
  /*background: url(prototype-ui/horizontal/left_over.png);*/
}

.horizontal_carousel .previous_button_disabled {
  background: url(prototype-ui/horizontal/left_disabled.png);
  cursor: default;
}

.horizontal_carousel .next_button {
  float:left;  
  width: 17px;
  height: 36px;
  background: url(../if/fleche-next.png) no-repeat;
 /* _background-image:none;*/
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../if/fleche-next.png', enabled=true, sizingMethod='scale');
  z-index: 100;
  cursor: pointer;
  margin:22px 0 0 6px;
}

.horizontal_carousel .next_button_over {
  /*background: url(prototype-ui/horizontal/right_over.png);*/
}

.horizontal_carousel .next_button_disabled {
  background: url(prototype-ui/horizontal/right_disabled.png);
  cursor: default;
}
