/* Horizontal Carousel */
#HorizontalCarouselGalleryImageThumb {float:left; position:relative;}

#HorizontalCarouselGalleryImageThumb .container {float:left; overflow:hidden; position:relative; width:576px;} /*640-32-32*/

#HorizontalCarouselGalleryImageThumb ul {left:0; margin:0; padding:0; position:relative; top:0; width:100000px;}                      

#HorizontalCarouselGalleryImageThumb ul li {float:left; list-style:none; text-align:center;}
#HorizontalCarouselGalleryImageThumb ul li.next {margin-left:10px;}

#HorizontalCarouselGalleryImageThumb .previous_button {background:url('../images/prototype-ui/horizontal/left.png') center left no-repeat; cursor:pointer; float:left; height:100px; width:32px; z-index:100;}

#HorizontalCarouselGalleryImageThumb .previous_button_over {background:url('../images/prototype-ui/horizontal/left_over.png') center left no-repeat;}

#HorizontalCarouselGalleryImageThumb .previous_button_disabled {background:url('../images/prototype-ui/horizontal/left_disabled.png') center left no-repeat; cursor:default;}

#HorizontalCarouselGalleryImageThumb .next_button {background:url('../images/prototype-ui/horizontal/right.png') center left no-repeat; cursor:pointer; float:left; height:100px; width:32px; z-index:100;}

#HorizontalCarouselGalleryImageThumb .next_button_over {background:url('../images/prototype-ui/horizontal/right_over.png') center left no-repeat;}

#HorizontalCarouselGalleryImageThumb .next_button_disabled {background:url('../images/prototype-ui/horizontal/right_disabled.png') center left no-repeat; cursor:default;}
