/* Horizontal Carousel */
#horizontal_carousel {
  /*float:left;*/
  width: 770px;
  height: 405px;
  margin: 25px 0 10px 0;
  position: relative;
}         

#horizontal_carousel .container {
  position: absolute;
  top: 0;
  left: 42px;
  text-align: center;
  width: 685px;
  height: 400px;
  overflow:hidden;   
  background: #fff;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  /*float: left;
  margin-top: 2px;*/
  top: 2px;
  left: 0px;
  width: 48px;
  height: 400px;
  background: url(images/left.gif) #fff no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(images/left-disabled.gif) #fff no-repeat;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 48px;
  height: 400px;
  background: url(images/right.gif) #fff no-repeat;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(images/right-disabled.gif) #fff no-repeat;
  cursor:default;
}

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

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

#horizontal_carousel ul li a:hover img {
  border: 2px solid #99CBCC;
}  

#horizontal_carousel ul li a {
  text-decoration: none;
}   

#horizontal_carousel ul li a:hover {
  color: #99CBCC;
}                         

#horizontal_carousel ul li{
  font-family: CommercialScript BT, Garamond, Georgia, Times, serif;
  font-size: 18px;
  /*font-style:italic;*/
  color: #5A3D1C;
  border:0px solid #5A3D1C;
  margin:0;
  padding:5px 9px 0 9px;
  width: 208px;
  list-style:none;   
  float:left;
}
