/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 840px;
  height: 229px;
  margin-bottom: 10px;
  position: relative;
}

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

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

#horizontal_carousel ul li {
padding:0;
  width: 766px;
  height: 229px;
  list-style:none;   
  float:left;position:relative;
}

#horizontal_carousel ul li.smaller {padding:56px 316px 0 0;  width: 450px;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 37px;
  height: 229px;
  background: url(prototype-ui/horizontal/left.gif) top left no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(prototype-ui/horizontal/left_over.gif) top left no-repeat;
}

#horizontal_carousel .previous_button_disabled {
  background: url(prototype-ui/horizontal/left_disabled.gif) top left no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 37px;
  height: 175px;
  background: url(prototype-ui/horizontal/right.gif) top right no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(prototype-ui/horizontal/right_over.gif) top right no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(prototype-ui/horizontal/right_disabled.gif) top right no-repeat;
  cursor: default;
}
