/* Horizontal Carousel */
#horizontal_carousel {float: left; width: 464px; height: 300px; margin-bottom: 0px; position: relative; display:inline;}

#horizontal_carousel .container {float: left; width: 400px; height: 300px; position: relative; overflow: hidden;}

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

#horizontal_carousel ul li {width: 400px; height: 300px; text-align: center; list-style:none; float:left;}

#horizontal_carousel .previous_button {float:left; margin: 148px 3px 3px 0; width: 24px; height: 24px;
  background: url(/pub/uploadimages/left_normal.gif); z-index: 100; cursor: pointer;}

#horizontal_carousel .previous_button_over {background: url(/pub/uploadimages/left_over.gif);}

#horizontal_carousel .previous_button_disabled {background: url(/pub/uploadimages/left_disable.gif);
  cursor: default;}

#horizontal_carousel .next_button {float:left; margin: 148px 3px 3px 0; width: 24px; height: 24px; background: url(/pub/uploadimages/right_normal.gif); z-index: 100; cursor: pointer;}

#horizontal_carousel .next_button_over {background: url(/pub/uploadimages/right_over.gif);}

#horizontal_carousel .next_button_disabled {background: url(/pub/uploadimages/right_disable.gif); cursor: default;}



