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

#horizontal_carousel .container {
  position: absolute;
  left: 35px;
  width: 93%;
  height: 15px;
  overflow:hidden;   
}            

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

#horizontal_carousel .previous_button_over {
  background: url(classic/horizontal/left_over.png) no-repeat;
}

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

#horizontal_carousel .next_button {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 7px;
  height: 12px;
  background: url(classic/horizontal/right.png) no-repeat;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_over {
  background: url(classic/horizontal/right_over.png) no-repeat;
}

#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: 22px;
}                      

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

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

#horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:5px;
/*  padding:15px 10px 10px;*/
/*  width:106px;*/
  list-style:none;   
  float:left;
}
#horizontal_carousel ul li a{
	color:#CCCCCC;
}
#horizontal_carousel ul li a:hover{
	color:#72A1DF;

}