/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 293px;
  position: relative;
  padding-top: 1px;
}

#horizontal_carousel .container {
  float: left;
  width: 259px;
  position: relative;    
  overflow: hidden;
}

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

#horizontal_carousel ul li {
  width: 133px;
  text-align: center; 
  list-style:none;   
  float:left;
  /*margin-bottom: 17px;*/
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 15px;
  height: 89px;
  background: #ce7f00 url(prototype-ui/horizontal/left.gif);
  z-index: 100;
  cursor: pointer;
  margin-right: 1px;
  margin-left: 1px;
}

#horizontal_carousel .previous_button_over {
  background: #ce7f00 url(prototype-ui/horizontal/left.gif);
}

#horizontal_carousel .previous_button_disabled {
  background: #f0e4d3;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 15px;
  height: 89px;
  background: #ce7f00 url(prototype-ui/horizontal/right.gif);
  z-index: 100;
  cursor: pointer;
  margin-left: 1px;
}

#horizontal_carousel .next_button_over {
  background: #ce7f00 url(prototype-ui/horizontal/right.gif);
}

#horizontal_carousel .next_button_disabled {
  background: #f0e4d3;
  cursor: default;
}
