div#content_slider a:link,div#content_slider a:visited {
	color : #fff;
	text-decoration : none;
}

div#content_slider {
	float:left;
	width:610px;
	position:relative;
	background:url(../images/layout/specials_img.jpg) no-repeat;
}
div#content_slider div.wrap {
	width : 100%;
	text-align : left;
}
div#top div#nav {
	float : left;
	clear : both;
	width : 100%;
	height : 52px;
	margin : 22px 0 0;
}
div#top div#nav ul {
	float : left;
	width : 100%;
	height : 52px;
	list-style-type : none;
}
div#nav ul li {
	float : left;
	height : 52px;
}
div#nav ul li a {
	border : 0;
	height : 52px;
	display : block;
	line-height : 52px;
	text-indent : -9999px;
}
div#video-content_slider {
	height : 214px;
	margin : -1px 0 0;
}
div#content_slider div.wrap {
	height : 214px; /* Slider Höhe! */
	width : 100%;
}
div#content_slider div#slide-holder {
	z-index : 40;
	width : 100%;
	height : 78px; /* Slider Höhe! */
	position : absolute;
}
div#content_slider div#slide-holder div#slide-runner {
	width : 610px; /* Bildbreite! */
	height : 214px; /* Slider Höhe! */
	overflow : hidden;
	position : absolute;
}
div#content_slider div#slide-holder img {
	margin : 0;
	display : none;
	position : absolute;
}
div#content_slider div#slide-holder div#slide-controls {
	left : 0;
	top : 0;
	width : 100%;
	display : none;
	position : absolute;
	max-height:214px;
	overflow:hidden;
	z-index:999;
	background : url(../images/slide-bg.png) 0 0;
}
div#content_slider div#slide-holder div#slide-controls p.text {
	float : left;
	color : #fff;
	display : inline;
	line-height : 20px;
}
div#slide-nav {
	float:left;
	width:53px;
	height : 214px;
	text-align:center;
	background:url(../images/slider_nav_bg.jpg) no-repeat;
}
div#slide-nav a {
	width : 23px;
	height : 22px;
	display : block;
	margin :8px auto;
	text-indent:-999px;
}
div#slide-nav a.on {
	background:url(../images/slider_button_hover.jpg) no-repeat;
}
div#slide-nav a {
	background:url(../images/slider_button.jpg) no-repeat;
}
