/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 300px;
  height: 69px;
  margin-bottom: 0px;
  position: relative; 
  background: url(classic/horizontal/carousel-bkgd.gif) 0px 0px repeat-x;
}         

#horizontal_carousel .container {
  position: absolute;
  padding: 5px 0 7px 0;
  left: 20px;  
  width: 262px;
  height: 65px;
  overflow:hidden;   
  border-top: #99999 1px solid;
  border-bottom: #99999 1px solid;
  margin:0px 6px 0px 6px;
}            

#horizontal_carousel .previous_button {
	position: absolute;
	/*top: 5px;*/
	left: 0px;
	width: 20px;
	height: 65px;
	background: url(classic/horizontal/left-new.gif);
	z-index: 100;
	cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(classic/horizontal/left-disabled-new.gif) left top no-repeat;
  cursor:default;
}

#horizontal_carousel .next_button {
	position: absolute;
	/*top: 5px;*/
	right: 0px;
	width: 20px;
	height:65px;
	background: url(classic/horizontal/right-new.gif) right top no-repeat;
	z-index: 100;
	cursor:pointer;

}   

#horizontal_carousel .next_button_disabled {
  background: url(classic/horizontal/right-disabled-new.gif);
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 65px;
}                      

#horizontal_carousel ul li img {
  border:1px solid #DFDFDF;
  display:block;   
 /* background:#E3EDFA;  */
}                               

#horizontal_carousel ul li {
  font-family:arial,sans-serif;
  font-size:11px;
  align: centre;          
}                               

#horizontal_carousel ul li {
  border:0px solid green;
  color:#000000;
  margin:0pt;
  padding:1px 2px 1px;
  width:70px;
  list-style:none;   
  float:left;
}

