.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0;
	width: 354px; /*width of featured content slider*/
	height: 133px;
	left: 59px;
	top: 12px;
}

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

.pagination{
	/*width: 650px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	position: relative;
	top: -90px;
	width: 52px;
	overflow: hidden;
	float: left;
	padding: 0 0 0 17px;
}

.pagination a{
	display: block;
	height: 24px;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: url(Bilder/pfeil.png) left 2px no-repeat;
}

.pagination a:hover, .pagination a.selected{
	color: #fd2121;
}