#horizontal_carousel {
    float: left;
 
  width: 485px;
  height: 550px;
 
  margin-bottom: 0px;
  position: relative;
  margin-left:40px;
  margin-bottom:20px;
}         

#horizontal_carousel .container {
  position: absolute;
  top: 5px;
  left: 37px;  
  width: 442px;
  height: 550px;
  overflow:hidden;   

}            

#horizontal_carousel .previous_button {

  position: absolute;
  top: 5px;
  left: -5px;
  width: 32px;
  height: 450px;
  background: #FFFFFF url(prototype-ui/horizontal/left.png) top no-repeat;
  z-index: 100;    
  cursor:pointer;
}     

#horizontal_carousel .previous_button_over {
   height: 450px;
  background: #FFFFFF url(prototype-ui/horizontal/left_over.png) top no-repeat;
}
#horizontal_carousel .previous_button_disabled {
   height: 450px;
  background: #FFFFFF url(prototype-ui/horizontal/left-disabled.png) top no-repeat;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 32px;
  height: 450px;
  background: #FFFFFF url(prototype-ui/horizontal/right.png) top no-repeat;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_over {
   height: 450px;
  background: #FFFFFF url(prototype-ui/horizontal/right_over.png) top no-repeat;
}

#horizontal_carousel .next_button_disabled {
  height: 450px;
  background: #FFFFFF url(prototype-ui/horizontal/right-disabled.png) top no-repeat;
  cursor:default;
}

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

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

#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:15px 10px 10px; */
  width:442px;
  list-style:none;   
  float:left;
  
}
#horizontal_carousel .imgtit {color:#666666; margin-bottom:0.5em; margin-top:0;}
