/* Horizontal Carousel */

a{text-decoration: none;}


#horizontal_carousel {
  float:left;
  width: 98%;
  height: 115px;
  position: relative;  
  background:  #000;
}         

#horizontal_carousel .container {
  position: absolute;
  left: 30px;
  width: 90%;
  height: 80px;
  overflow:hidden;   
  background:  #000;
}            

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

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

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

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



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

#horizontal_carousel ul li img {
  
  display:block;             
  background:  #000; opacity: 0.95;   filter: alpha(opacity=95);
}                               

#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;
  width:106px;
  list-style:none;   
  float:left;
  padding: 10px 10px;
}

#topnav-box{position: relative;  width: 100%;}
  #topnav {position: relative;  top: 0;  padding: 2px;  background: #000; margin-left: 27px; color: #fff;}
  #topnav p {margin:0px;}
  #topnav li {list-style: none;  float:left;  font-size: 12px; padding: 2px; margin-right: 5px;  color: #fff;}
  #dhtmlgoodies_menu {color: red; float: right; margin-right: 50px;}
  #dhtmlgoodies_menu ul {margin: 0; padding: 0;}
  #topnav a {color: #fff;}
  #topnav a:hover {color: #fff; text-decoration: underline;  border-bottom: solid 2px red;}
