/* Horizontal Carousel */
#thumbs_carousel {
  float: left;
  width: 350px;
  height: 480px;
  margin-bottom: 10px;
  position: relative;
  padding:10px;
}

#thumbs_carousel .container {
  float: left;
  width: 350px;
  height: 480px;
  position: relative;    
  overflow: hidden;
  margin:0 auto;
}

#thumbs_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 480px;
  margin-top:10px;
}                      

#thumbs_carousel ul li {
  width: 340px;
  height: 480px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#thumbs_carousel .previous_button {
  float:left;  
  width: 74px;
  height: 28px;
  background: url(prototype-ui/horizontal/key_thumbs_left.png);
  z-index: 100;
  cursor: pointer;
  margin-left:10px;
}

#thumbs_carousel .previous_button_over {
  background: url(prototype-ui/horizontal/key_thumbs_left.png);
}

#thumbs_carousel .previous_button_disabled {
  background: url(prototype-ui/horizontal/key_thumbs_left.png);
  cursor: default;
}

#thumbs_carousel .next_button {
  float:right;  
  width: 74px;
  height: 28px;
  background: url(prototype-ui/horizontal/key_thumbs_right.png);
  z-index: 100;
  cursor: pointer;
  margin-right:45px;
}

#thumbs_carousel .next_button_over {
  background: url(prototype-ui/horizontal/key_thumbs_right.png);
}

#thumbs_carousel .next_button_disabled {
  background: url(prototype-ui/horizontal/key_thumbs_right.png);
  cursor: default;
}
