/* Horizontal Carousel */
#horizontal_carousel {
  	float: left;
  	width: 875px;
  	height: 447px;
  	position: relative;  
}         

#horizontal_carousel .container {
	position: absolute;
	top: 0;
	left: 0;
  	width: 875px;
  	height: 447px;
  	overflow: hidden;   
  	background: none;
	cursor: pointer;
}            

#horizontal_carousel .previous_button {
  	position: absolute;
  	top: 0;
  	left: 0;
	width: 50px;
  	height: 447px;
  	background: url(images/carousel/pfeil-zurueck.png)  no-repeat 100% 98%;
  	z-index: 100;    
  	cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  	background: none;
  	cursor:default;
}

#horizontal_carousel .next_button {
  	position: absolute;
  	top: 0;
  	right: 0;
	width: 50px;
  	height: 447px;
  	background: url(images/carousel/pfeil-vor.png) no-repeat 0% 98%;
  	z-index: 100;
  	cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  	background: none;
  	cursor:default;
}

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

#horizontal_carousel ul li img {
  	border: none;
  	display:block;             
}                               

#horizontal_carousel ul li {
  	font-family:verdana,arial,sans-serif;
  	font-size:10px;
}                               

#horizontal_carousel ul li {
  	border: none;
  	width: 875px;
  	list-style: none;   
  	float: left;
}
