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

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

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

#horizontal_carousel ul li {
  width: 800px; padding-right: 35px;
  height: 160px;
  list-style:none;   float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 125px;
  background: url(../../../img/pages-left.png) left center no-repeat;
  z-index: 100;
  cursor: pointer;
}

/*#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: 32px;
  height: 125px;
  background: url(../../../img/pages-right.png) left center no-repeat;
  z-index: 100;
  cursor: pointer;
}
/*
#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;
}*/


/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float:right;
  width: 140px;
  height: 370px;
  margin: 0 25px 10px 0;
  position: relative;
}

#vertical_carousel .container {
  float:left;  
  width: 140px;
  height: 260px;
  overflow: hidden;
  margin-bottom: 10px;

}

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

#vertical_carousel ul li {
  width: 140px;
  height: auto;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 17px;
  width: 118px;
  background: url(../../../img/ctop.png) center center no-repeat;
  cursor: pointer;    
  display:inline;
  margin: 0 0 10px 12px;
}

#vertical_carousel .previous_button_over {
  background: url(../../../img/ctop_over.png);
}

#vertical_carousel .previous_button_disabled {
  background: url(../../../img/ctop.png);
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
  height: 18px;
  width: 118px;
  background: url(../../../img/cbottom.png);
  display:inline;
  margin-left: 12px;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url(../../../img/cbottom_over.png);
}

#vertical_carousel .next_button_disabled {
  background: url(../../../img/cbottom.png);
  cursor: default;
}

