#featured-slider-wrap {
	display: block;
	background: transparent;
	width: 100%;
	z-index: -999;
}

#featured-slider {
	background: #fff;
	width: 100%;
	/* height: 500px; */
	margin: auto;
	overflow: hidden;
	position: relative;
	font-size: 0.8em;
}

#featured-slider ul.slides {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	overflow: hidden;
}

#featured-slider ul.slides li {
	padding: 0;
	margin: 0;
	position: relative;
	background: none;
	display: none; /* verbergen bevor JS startet */
	width: 100%;
	/* height: 500px; */
}

#featured-slider ul.slides li img{
	display: block;
	width: 100%;
	height: auto;
}

#featured-slider div.overlay-wrap {
	display: block;
	width: 100%;
	padding: 0;
	position: absolute;
	bottom: 120px;
	left: 0;
	background-color: transparent;
	color: #555;
}

#featured-slider div.overlay {
	display: block;
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
	width: 100%;
	background-color: transparent;
	color: #555;
}

#featured-slider div.overlay h2 {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	display: block;
	width: 400px;
}

#featured-slider div.overlay h3 {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: normal;
}


#featured-slider a.slider-button {
	background: url(images/slider-button.png) no-repeat right bottom;
	color: #016db5;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	/* text-shadow: 1px 1px 0 #000000; */
	font-size: 1.4em;
	text-transform: uppercase;
	height: 60px;
	line-height: 61px;
	padding-right: 32px;
	display: inline-block;
	float: right;
	text-decoration: none;
	margin: 0;
}

#featured-slider a.slider-button span {
	background: url(images/slider-button.png) no-repeat;
	display: block;
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

/*
#featured-slider a.slider-button {
	display: block;
	height: 23px;
	padding: 7px 15px 0 15px;
	background-color: #fff;
	color: #333;
	float: right;
	text-decoration: none;
	margin-bottom: 10px;
}
*/
/* Controls */

#featured-slider .featured-controls-wrap {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
}

#featured-slider ul.featured-controls {
	display: block;
	width: 100%;
	max-width: 980px;
	position: relative;
	margin: 0 auto;
}

#featured-slider ul.featured-controls > li {
	display: block;
	width: 32.333%;
	height: 80px;
	float: left;
	z-index: 2;
	color: #000000;
	padding: 0;
	margin: 10px 0.5% 0 0.5%;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	cursor: pointer;
	background-color: transparent;
	position: relative;

	background-image: url(images/white_tr80.png);
	/* 
	background-position: 0 0;
	background-repeat: no-repeat;
	*/
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	

}

#featured-slider ul.featured-controls > li.active {
	background-color: #ffffff;
}

#featured-slider ul.featured-controls > li:hover {
	background-color: #ffffff;
}

#featured-slider ul.featured-controls > li > ul { position: relative; }

#featured-slider li.control-image {
	color: #555555;
	display: block;
	width: 28%;
	height: 70px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 5px;
}

.control-image img {
	width: 100px !important;
	height: 70px !important;
}
#featured-slider li.control-title {
	color: #333333;
	font-size: 1.2em;
	display: block;
	width: 68%;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 5px;
	margin-left: 30%;
}


#featured-slider li.control-text {
	color: #333333;
	display: block;
	width: 68%;
	height: 50px;
	position: absolute;
	top: 30px;
	left: 5px;
	margin-left: 30%;
}

#featured-slider ul.featured-controls > li.active ul li.control-title, #featured-slider ul.featured-controls > li.active ul li.control-text {
}


