/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 980px;
  height: 300px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 0;
  left: 15px;  
  width: 950px;
  height: 300px;
  overflow:hidden;   
  background: #fff;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 300px;
  background:url(../images/site-elements/left.png);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background:url(../images/site-elements/leftdisabled.png);
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top:0;
  right: 0;
  width: 15px;
  height: 300px;
  background:url(../images/site-elements/right.png);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background:url(../images/site-elements/rightdisabled.png);
  cursor:default;
}

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

#horizontal_carousel ul li img {
  display:block;             
  background: #3F3F3F;;  
}                               

#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:0;
  width:950px;
  list-style:none;   
  float:left;
}
