/* Horizontal Carousel 2010 */
#horizontal_carousel { width: 500px; height: 100px; padding:10px; background:#000000; border:solid 0px #CC0000; }
#horizontal_carousel .galerie { width: 500px; overflow: hidden; }
#horizontal_carousel ul { margin: 0; padding:0; width: 100000px; position: relative; top: 0; left: -10px; height: 90px; }
#horizontal_carousel ul li { width: 80px; height: 90px; text-align: center; list-style:none; float:left; }
#horizontal_carousel .buttons{ display:block; }
#horizontal_carousel .previous_button { float:left; width: 23px; height: 7px; background: url(../gallery/but_prev.png) no-repeat; z-index: 100; cursor: pointer; }
#horizontal_carousel .previous_button_over { background: url(../gallery/but_prev_hover.png) no-repeat; }
#horizontal_carousel .previous_button_disabled { background: url(../gallery/but_prev_dis.png) no-repeat; cursor: default; }
#horizontal_carousel .next_button { float:right; width: 23px; height: 7px; background: url(../gallery/but_next.png) no-repeat; z-index: 100; cursor: pointer; }
#horizontal_carousel .next_button_over { background: url(../gallery/but_next_hover.png) no-repeat; }
#horizontal_carousel .next_button_disabled { background: url(../gallery/but_next_dis.png) no-repeat; cursor: default; }

/* Horizontal Carousel 2011 */
#horizontal_carousel_2011 { width: 500px; height: 100px; padding:10px; background:#000000; border:solid 0px #CC0000; }
#horizontal_carousel_2011 .galerie { width: 500px; overflow: hidden; }
#horizontal_carousel_2011 ul { margin: 0; padding:0; width: 100000px; position: relative; top: 0; left: -10px; height: 90px; }
#horizontal_carousel_2011 ul li { width: 80px; height: 90px; text-align: center; list-style:none; float:left; }
#horizontal_carousel_2011 .buttons{ display:block; }
#horizontal_carousel_2011 .previous_button { float:left; width: 23px; height: 7px; background: url(../gallery/but_prev.png) no-repeat; z-index: 100; cursor: pointer; }
#horizontal_carousel_2011 .previous_button_over { background: url(../gallery/but_prev_hover.png) no-repeat; }
#horizontal_carousel_2011 .previous_button_disabled { background: url(../gallery/but_prev_dis.png) no-repeat; cursor: default; }
#horizontal_carousel_2011 .next_button { float:right; width: 23px; height: 7px; background: url(../gallery/but_next.png) no-repeat; z-index: 100; cursor: pointer; }
#horizontal_carousel_2011 .next_button_over { background: url(../gallery/but_next_hover.png) no-repeat; }
#horizontal_carousel_2011 .next_button_disabled { background: url(../gallery/but_next_dis.png) no-repeat; cursor: default; }

