/* ################# Carousel Styles ################# */


#carousel-wrapper {
    width: 670px;
    overflow: hidden;
}

* html #carousel-wrapper
{
    margin-top: 10px;
}



#carousel-content {
    width: 7370px;
    font-size: 11px;
}


#carousel-content h3 {
	color: #ffffff !important;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;

	
	
	}



#carousel-content a {
    color: #ffffff;
    font-size: 11px;
}


#carousel-content .slide {
    float: left;
    width: 670px;
}

.slide-description
{
	height:180px;
	background-color: #008dc9;
	color: #ffffff;
	padding: 20px;
}

#desc-link a {
	color: #ffffff;
}
 
#carousel_prev_button
{
	position: relative;
	top: 225px;
	left: 20px;
	width: 31px;
	height: 26px;
	background: url('img/carousel/carousel-button_prev.png') 0 0;
	display: block;
	margin-top: -26px;
}

#carousel_prev_button:hover, #carousel_prev_button:active
{
	background-position: 0 26px;
} 

#carousel_next_button
{
	position: relative;
	top: 225px;
	left: 620px;
	width: 31px;
	height: 26px;
	background: url('img/carousel/carousel-button_next.png') 0 0;
	display: block;
	margin-top: -26px;

}

#carousel_next_button:hover, #carousel_next_button:active
{
	background-position: 0 26px;
} 



#button_carousel_produktgruppe_auswaehlen
{
	margin-top: 10px;
	margin-left: -4px;
	width: 192px;
	height: 33px;
	text-decoration: none;
	display: block;
	background: url('img/carousel/button_mehr_infos.gif') 0 0;
}
	
#button_carousel_produktgruppe_auswaehlen:hover, #button_carousel_produktgruppe_auswaehlen:active
{
	background-position: 0 32px;
}













