/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 570px;
  height: 128px;
  margin: 10px 0;
  position: relative;  
  padding:0;
}    
#horizontal_carousel *{
  padding:0;
}       

#horizontal_carousel .container {
  position: absolute;
  top: 0px;
  left: 32px;  
  width: 505px;
  height: 128px;
  overflow:hidden;   
  background: #FFFFFF;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 27px;
  height: 128px;
  background: url(classic/horizontal/left.png) no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(classic/horizontal/left-disabled.png) no-repeat;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 0px;
  right: 11px;
  width: 27px;
  height: 128px;
  background: url(classic/horizontal/right.png) no-repeat;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(classic/horizontal/right-disabled.png) no-repeat;
  cursor:default;
}

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

#horizontal_carousel ul li img {
  /*border:1px solid #999999;*/
  height:65px;
  width:115px;
  #width:140px;
  display:block;
  background:#ffffff;
}                               

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li {
  border:0px solid green;
  color:#000000;
  margin:0pt;
  padding:15px 10px 10px;
  #padding:15px 12px 10px;
  width:106px;
  list-style:none;   
  float:left;
}

#horizontal_carousel ul li center{
	display:block;
	width:106px;
}
