
@charset "utf-8";

/**
* Stylesheet f�r http://www.medion.de/
*
* Stylesheet f�r Carousels
*
* @author Kristian Augustin
* @link   http://www.getit.de/
*/
.carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel ul li {
	text-align: center;
	float: left;
}
.carousel .btn-next,
.carousel .btn-prev {
	position: absolute;
}

/* 280px */

.teaser-carousel {

}
.teaser-carousel .carousel-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 38px; 
	height: 184px;
	width: 184px;
}
.teaser-carousel ul {
	text-align: center;
}
.teaser-carousel ul li {
	width: 184px;
	overflow: hidden;
}
.teaser-carousel .btn-next {	
	right: 10px;;
	top: 76px;
}
.teaser-carousel .btn-prev {
	left: 10px;
	top: 76px;
}


#carousel-auszeichnung {
	height: 210px;
	text-align: center;
}
#carousel-auszeichnung .carousel-wrap {
	margin: 0 25px; 
}
#carousel-auszeichnung ul {
	text-align: center;
}
#carousel-auszeichnung ul li {
	width: 590px;
	background: white;
	height: 207px;
	overflow: hidden;
}
#carousel-auszeichnung  .btn-next {	
	right: 0;
	top: 85px;
}
#carousel-auszeichnung .btn-prev {
	left: 0;
	top: 85px;
}
#carousel-auszeichnung ul li div.inner {
	width: 100%;
	margin-top: 10px;
}
#carousel-auszeichnung ul li div.inner div {
	text-align: left;
}
#carousel-auszeichnung ul li div.inner div img {
	margin-left: 10px;
}
#carousel-auszeichnung ul li div.inner div.text {
	float: left;
	padding-left: 10px;
	width: 320px;
	text-align: left;
}

