
#horizontal_carousel { position:relative; width:100%; height:110px; text-align:center; }
#horizontal_carousel .container { position:absolute; top:5px; left:30px; width:90%; height:110px; overflow:hidden; color:#000; }            

#horizontal_carousel .button { position:absolute; top:6px; width:18px; height:60px; z-index:50; cursor:pointer; text-align:center; background:#E3EDFA; border:1px solid #A6A6A6; }
#horizontal_carousel .button img { position:absolute; top:40%; left:2px; }

#horizontal_carousel .previous_button { left:8px; -moz-border-radius-topleft:12px; -moz-border-radius-bottomleft:12px; -webkit-border-top-left-radius:12px; -webkit-border-bottom-left-radius:12px; }
#horizontal_carousel .previous_button_disabled { cursor:default; background:#FFF; }

#horizontal_carousel .next_button { right:8px; -moz-border-radius-topright:12px; -moz-border-radius-bottomright:12px; -webkit-border-top-right-radius:12px; -webkit-border-bottom-right-radius:12px; }
#horizontal_carousel .next_button_disabled { cursor:default; background:#FFF; }

#horizontal_carousel ul { position:relative; top:0; left:0; height:80%; width:100000px; margin:0; padding:0; vertical-align:bottom; }                      
#horizontal_carousel ul li img { border:1px solid #999999; display:block; background:#E3EDFA; }
#horizontal_carousel ul li { border:0px solid green; color:#7C7C7F; margin:0px; padding:2px 9px 9px; width:60px; list-style:none; float:left; vertical-align:bottom; font-family:verdana,arial,sans-serif; font-size:10px; }

