/* Horizontal Carousel */
#horizontal_carousel {
  width: 200px;
  height: 60px;
  padding:0;
  background:#fff;
  border:none;

}

#horizontal_carousel .container {
position:relative;
width: 200px;
overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 1100px;
  position: relative;
  top: 0;
  left: 0;
  height: 60px;

}                      

#horizontal_carousel ul li {
  width: 60px;
  height: 60px;
  text-align: center; 
  list-style:none;   
  float:left;
  padding: 0 4px 0 4px;
  margin:0;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 30px;
  height: 20px;
  background: url(../bilder/layout/menue_back0.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../bilder/layout/menue_back1.gif) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(../bilder/layout/menue_backdis.gif) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;  
  width: 30px;
  height: 20px;
  background: url(../bilder/layout/menue_vor0.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../bilder/layout/menue_vor1.gif) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(../bilder/layout/menue_vordis.gif) no-repeat;
  cursor: default;
}


#horizontal_carousel .container .active {
background-color:#e6e8e6;
}
