/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 380px;
  height: 96px;
  /* height: 76px; + 20*/  
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 3px;
  left: 30px;  
  width: 320px;
  height: 92px;
  /*height: 72px; + 20*/
  overflow:hidden;   
  background: #000;
}            

#horizontal_carousel .previous_button {
  left:0px;
  position: absolute;
  width: 30px;
  height: 76px;
  background: url(http://www.zaxfoot.com/shop/templates/zxf/img/Coll_LI.jpg);
  z-index: 100;    
  cursor:pointer;
}        


#horizontal_carousel .previous_button_disabled {
  background: url(http://www.zaxfoot.com/shop/templates/zxf/img/Coll_LI_Inaktiv.jpg);
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
	right:1px;
  width: 30px;
  height: 76px;
  background: url(http://www.zaxfoot.com/shop/templates/zxf/img/Coll_RE.jpg);
  z-index: 100;
  cursor:pointer;
}   


#horizontal_carousel .next_button_disabled {
  background: url(http://www.zaxfoot.com/shop/templates/zxf/img/Coll_RE_Inaktiv.jpg);
  cursor:default;
}

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

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

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

#horizontal_carousel ul li {
  color:#000;
  margin:0pt;
  padding:0px 7px 22px;
  width:65px;
  height:60px;	
  list-style:none;   
  float:left;
}
