/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width:872px;
  height:125px;
  margin:26px 0 0 84px;
  position: relative;
	border:0 solid #FFFFFF;
}

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

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

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

#horizontal_carousel ul li a {
	text-align:center;
	font-weight:bold;
}

#horizontal_carousel ul li a img {
	border:0 solid green;
	margin:5px auto;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 62px;
  height: 100px;
  background: url(/images/gruener_pfeil_li.gif) no-repeat;
	background-position: center center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(/images/schwarzer_pfeil_li.gif) no-repeat;
	background-position: center center;
}

#horizontal_carousel .previous_button_disabled {
  background: url(/images/grauer_pfeil_li.gif) no-repeat;
	background-position: center center;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 62px;
  height: 100px;
  background: url(/images/gruener_pfeil_re.gif) no-repeat;
	background-position: center center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(/images/schwarzer_pfeil_re.gif) no-repeat;
	background-position: center center;
}

#horizontal_carousel .next_button_disabled {
  background: url(/images/grauer_pfeil_re.gif) no-repeat;
	background-position: center center;
  cursor: default;
}
