/* Horizontal Carousel */

#horizontal_carousel { position: absolute; float: left; width: 740px;/*hier breite*/
  height: 100px; margin-bottom: 10px; top: 190px; left: -255px; }

#horizontal_carousel .container {
  float: left;
  width: 660px;/*hier breite*/
  height: 100px;
  position: relative;    
  overflow: hidden;
}
#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000.01px;
  position: relative;
  top: 0;
  left: 0;
  height: 100px;
}
#horizontal_carousel ul li { width: 110px;/*hier breite*/
  height: 100px; text-align: center; list-style:none; float:left; }
#horizontal_carousel .previous_button { float:left; width: 40px; height: 40px; background: url(prototype-ui/horizontal/left.png) no-repeat; position: relative; top: 23px; right: 10px; z-index: 80; cursor: pointer; }

#horizontal_carousel .previous_button_over {
  background: url(prototype-ui/horizontal/left_over.png) no-repeat;
}

#horizontal_carousel .previous_button_disabled {
  background: url(prototype-ui/horizontal/left_disabled.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button { background: url(prototype-ui/horizontal/right.png) no-repeat; position: relative; top: 23px; left: 10px; float:left; width: 40px; height: 40px; z-index: 80; cursor: pointer; }

#horizontal_carousel .next_button_over {
  background: url(prototype-ui/horizontal/right_over.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(prototype-ui/horizontal/right_disabled.png) no-repeat;
  cursor: default;
}
#horizontal_carousel2 { position: absolute; float: left; width: 750px;/*hier breite*/
  height: 100px; margin-bottom: 10px; top: 335px; left: -145px; }
#horizontal_carousel2 .container {
  float: left;
  width: 660px;/*hier breite*/
  height: 100px;
  position: relative;    
  overflow: hidden;
}
#horizontal_carousel2 ul {
  margin: 0;
  padding:0;
  width: 100000.01px;
  position: relative;
  top: 0;
  left: 0;
  height: 100px;
}
#horizontal_carousel2 ul li {
  width: 110px;/*hier breite*/
  height: 100px;
  text-align: center; 
  list-style:none;   
  float:left;
}
#horizontal_carousel2 .previous_button { float:left; width: 40px; height: 40px; background: url(prototype-ui/horizontal/left.png) no-repeat; position: relative; top: 23px; right: 10px; z-index: 80; cursor: pointer; }
#horizontal_carousel2 .previous_button_over { background: url(prototype-ui/horizontal/left_over.png) no-repeat; }
#horizontal_carousel2 .previous_button_disabled { background: url(prototype-ui/horizontal/left_disabled.png) no-repeat; cursor: default; }
#horizontal_carousel2 .next_button { background: url(prototype-ui/horizontal/right.png) no-repeat; position: relative; top: 23px; left: 10px; float:left; width: 40px; height: 40px; z-index: 80; cursor: pointer; }
#horizontal_carousel2 .next_button_over { background: url(prototype-ui/horizontal/right_over.png) no-repeat; }
#horizontal_carousel2 .next_button_disabled { background: url(prototype-ui/horizontal/right_disabled.png) no-repeat; cursor: default; }
#id { }
element { }
