/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 910px;
  height: 120px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 5px;
  left: 37px;  
  width: 840px;
  height: 120px;
  overflow:hidden;   
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 21px;
  height: 120px;
  background: url(/images/bullets/left.gif) 0px 40px no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_over {
  background: url(/images/bullets/left-active.gif) 0px 40px no-repeat;
}

#horizontal_carousel .previous_button_disabled {
  cursor:default;
  background: url(/images/bullets/left-off.gif) no-repeat 0px 40px !important;
}

#horizontal_carousel .next_button {
  float: right;
  width: 21px;
  height: 110px;
  z-index: 100;
  cursor:pointer;
  font-size: 30px;
  background: url(/images/bullets/right.gif) 0px 40px no-repeat;
}   

#horizontal_carousel .next_button_over {
  background: url(/images/bullets/right-active.gif) 0px 40px no-repeat;
}

#horizontal_carousel .next_button_disabled {
  cursor:default;
  color: #cccccc;
  background: url(/images/bullets/right-off.gif) 0px 40px no-repeat !important;
}

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

#horizontal_carousel ul li img {
  border:1px solid #999999;
  display:block;             
  background: #ffffff;
}                               

#horizontal_carousel ul li {
  background: #ffffff;
}                               

#horizontal_carousel ul li {
  margin: 0pt;
  padding: 0px;
  padding-left: 10px;
  width: 270px;
  list-style: none;
  float: left;
}

#horizontal_carousel .container ul li .popular-product-table {
  width: 270px !important;
}

