.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 610px; /*width of featured content slider*/
height:400px;  /*für den IE */
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 610px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:400px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
float:left;
width:620px;
margin:5px 0 0 0;
text-align: left;
}

.pagination a{
	float:left;
	margin:0 5px 5px 0;
	height:20px;
	width:188px;
	padding:3px 0 0 10px;
	color:#333;
	font-size:10px;
	font-weight:bold;
	background-image:url(../../_system/gfx/slide_grau.jpg);
	border:1px solid #858585;
}

.pagination a:hover, .pagination a.selected{
	float:left;
	margin:0 5px 5px 0;
	height:20px;
	width:188px;
	padding:3px 0 0 10px;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	background-image:url(../../_system/gfx/slide_orange.jpg);
	border:1px solid #858585;
}

/* MK HOFFE */

.slide_ueberschrift
	{
	float:left;
	position:relative;
	z-index:100;
	margin:0px 0 0 0;
	padding:4px 0 0 30px;
	height:26px;
	width:580px;
	color:#FFF;
	font-weight:bold;
	background-image:url(../../_system/gfx/slide_ueber.png);
	}
	
.slide_ueberschrift img
	{
	border:0px;
	margin:0 0 0 5px;
	}
	
.slide_ueberschrift_content
	{
	float:left;
	padding:2px 0 0 0;
	}
	
.slide_button_container
	{
	float:right;
	height:24px;
	margin:-1px 30px 0 0;
	display:inline;
	}

.slide_bild
	{
	float:left;
	margin:-30px 0 0 0;
	height:400px;
	width:610px;
	background-image:url(../../_system/gfx/slide_back.jpg);
	}
	
.slide_navi
	{
	float:left;
	margin:0 5px 5px 0;
	height:25px;
	width:200px;
	background-color:#ccc;
	}
	
.slide_navi_spacer
	{
	float:left;
	height:40px;
	width:800px;
	}