#horizontal_carousel{float:left;position:relative;}
#horizontal_carousel .container{float:left;width:302px;height:177px;position:relative;overflow:hidden;}
#horizontal_carousel ul{margin:0;padding:0;width:100000px;position:relative;top:0;left:0;height:177px;}
#horizontal_carousel ul li{height:177px;list-style:none;float:left;}
#horizontal_carousel .previous_button{float:left;width:16px;height:16px;background:url(../images/arrow_left.gif) no-repeat;z-index:100;cursor:pointer;vertical-align:bottom;margin-left:10px;display:inline;margin-top:80px;}
#horizontal_carousel .previous_button_over{background:url(../images/arrow_left_ov.gif) no-repeat;}
#horizontal_carousel .previous_button_disabled{background:none;cursor:default;}
#horizontal_carousel .next_button{float:left;width:16px;height:16px;background:url(../images/arrow_right.gif) no-repeat;z-index:100;cursor:pointer;text-align:left;margin-top:80px;}
#horizontal_carousel .next_button_over{background:url(../images/arrow_right_ov.gif) no-repeat;}
#horizontal_carousel .next_button_disabled{background:none;cursor:default;}

