/* Horizontal Carousel */

#carousel_wrap_overview,
#carousel_wrap_cylinder,
#carousel_wrap_caliper,
#carousel_wrap_disc {
    position: relative;
    float: left;
    margin-bottom: 10px;
}

#horizontal_carousel_overview,
#horizontal_carousel_cylinder,
#horizontal_carousel_caliper,
#horizontal_carousel_disc {
  float: left;
  width: 480px;
  height: 320px;
  position: relative;
}

#horizontal_carousel_overview .container,
#horizontal_carousel_cylinder .container,
#horizontal_carousel_caliper .container,
#horizontal_carousel_disc .container {
  float: left;
  width: 480px;
  height: 320px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel_overview ul,
#horizontal_carousel_cylinder ul,
#horizontal_carousel_caliper ul,
#horizontal_carousel_disc ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 320px;
}                      

#horizontal_carousel_overview ul li,
#horizontal_carousel_cylinder ul li,
#horizontal_carousel_caliper ul li,
#horizontal_carousel_disc ul li {
  width: 480px;
  height: 320px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#carousel_wrap_overview .previous_button,
#carousel_wrap_cylinder .previous_button,
#carousel_wrap_caliper .previous_button,
#carousel_wrap_disc .previous_button {
  float:left;  
  width: 30px;
  height: 320px;
  background-image: url(prototype-ui/horizontal/arrow_prev.gif);
  background-position: 0px center !important;
  background-repeat: no-repeat !important;
  z-index: 100;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  
}

#carousel_wrap_overview .previous_button_over,
#carousel_wrap_cylinder .previous_button_over,
#carousel_wrap_caliper .previous_button_over,
#carousel_wrap_disc .previous_button_over {
  background-image: url(prototype-ui/horizontal/arrow_prev.gif);
  background-position: -30px center !important;
}

#carousel_wrap_overview  .previous_button_disabled,
#carousel_wrap_cylinder  .previous_button_disabled,
#carousel_wrap_caliper .previous_button_disabled,
#carousel_wrap_disc .previous_button_disabled {
  background-image: url(prototype-ui/horizontal/arrow_prev.gif);
  background-position: -60px center !important;
  cursor: default;
}

#carousel_wrap_overview .next_button,
#carousel_wrap_cylinder .next_button,
#carousel_wrap_caliper .next_button,
#carousel_wrap_disc .next_button {
  float:left;  
  width: 32px;
  height: 320px;
  background-image: url(prototype-ui/horizontal/arrow_next.gif);
  background-position: 0px center !important;
  background-repeat: no-repeat !important;
  z-index: 100;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}


#carousel_wrap_overview .next_button_over,
#carousel_wrap_cylinder .next_button_over,
#carousel_wrap_caliper .next_button_over,
#carousel_wrap_disc .next_button_over {
  background-image: url(prototype-ui/horizontal/arrow_next.gif);
  background-position: -30px center !important;
}

#carousel_wrap_overview .next_button_disabled,
#carousel_wrap_cylinder .next_button_disabled,
#carousel_wrap_caliper .next_button_disabled,
#carousel_wrap_disc .next_button_disabled  {
  background-image: url(prototype-ui/horizontal/arrow_next.gif);
  background-position: -60px center !important;
  cursor: default;
}


