/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 880px;
  height: 105px;
  margin-left:50px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 830px;
  height: 105px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 105px;
}                      

#horizontal_carousel ul li {
  width: 90px;
  height: 88px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button_car {
  float:left;  
  width: 16px;
  padding-right:5px;
  height: 105px;
  background: url(/images/arrow_180.png) no-repeat center center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(images/arrow_180_over.png) no-repeat center center;
}

#horizontal_carousel .previous_button_disabled {
  background: url(/images/arrow_180_car.png) no-repeat center center;
  cursor: default;
}

#horizontal_carousel .next_button_car {
  float:left;  
  width: 16px;
  height: 105px;
  padding-left:5px;
  background: url(/images/arrow.png) no-repeat center center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(/images/arrow_over.png) no-repeat center center;
}

#horizontal_carousel .next_button_disabled {
  background: url(/images/arrow_car.png) no-repeat center center;
  cursor: default;
}


/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float:left;
  width: 120px;
  height: 350px;
  position: relative;
}

#vertical_carousel .container {
  float:left;  
  width: 120px;
  height: 350px;
  overflow: hidden;
  position: relative; 
  padding-left: 0px; 
  padding-right: 0px;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  width: 120px;
  height: 120px;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button_car {
  float:left;
  height: 10px;
  width: 120px;
  background: url(../images/catalog/product/up.png);
  cursor: pointer;    
  display:inline;
  margin: 0 0 0px 0px;
}

#vertical_carousel .previous_button_over {
  background: url(../images/catalog/product/up_over.png);
}

#vertical_carousel .previous_button_disabled {
  background: url(../images/catalog/product/up_disabled.png);
  cursor: default;
}

#vertical_carousel .next_button_car {
  float:left;
  height: 10px;
  width: 120px;
  background: url(../images/catalog/product/down.png);
  display:inline;
  margin-left: 0px;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url(../images/catalog/product/down_over.png);
}

#vertical_carousel .next_button_disabled {
  background: url(../images/catalog/product/down_disabled.png);
  cursor: default;
}