.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #FFFFFF;
width: 490px; /*width of featured content slider*/
height: 288px;
}



.sliderwrapper .contentdiv{
list-style-type: none;	
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #FFFFFF;
width: 490px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentdiv em {
	background: transparent;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-size: 116.67%;
	padding: 10px;
	display: block;
	position: absolute;
	top: 237px;
	left: 0px;
	border: 0px;
	height: 16px;
}

.contentdiv span.background {
	background: url(huntergrund.png);
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-size: 116.67%;
	padding: 0px;
	display: block;
	position: absolute;
	top: 240px;
	left: 0px;
	border: 0px;
	height: 49px;
	width: 490px;
}
.contentdiv span {
	background: transparent;
	color: #FFFFFF;
	font-style: normal;
	padding: 10px;
	display: block;
	position: absolute;
	top: 256px;
	left: 0px;
	border: 0px;
	height: 16px;
}
.contentdiv a.listen {
	background: transparent;
	color: #FFFFFF;
	font-style: normal;
	padding: 0px;
	display: block;
	position: absolute;
	top: 262px;
	right: 95px;
	border: 0px;
	height: 16px;
}
.contentdiv a.download {
	background: transparent;
	color: #FFFFFF;
	font-style: normal;
	padding: 0px;
	display: block;
	position: absolute;
	top: 262px;
	right: 5px;
	border: 0px;
	height: 16px;
}

.contentdiv p.tell {
	background: transparent;
	color: #FFFFFF;
	font-style: normal;
	padding: 10px;
	display: block;
	position: absolute;
	top: 220px;
	right: 5px;
	border: 0px;
	height: 16px;
}
.contentdiv span.rate {
	background: transparent;
	color: #FFFFFF;
	font-style: normal;
	padding: 10px;
	display: block;
	position: absolute;
	top: 237px;
	left: 305px;
	border: 0px;
	height: 16px;
	z-index: 50;
}

#paginate-slider1 {
list-style-type: none;
height: 288px;
background: #FFFFFF;
}

.pagination{
list-style-type: none;
margin: 0px;
padding: 0px;
width: 160px;
border: 0px;
}

.pagination ul {
margin: 0px;
padding: 0px;	
list-style-type: none;
}

.pagination li a {	
background: #FFFFFF;
color: #000000;
font-weight: bold;
display: block;
text-decoration: none;
padding: 10px;
height: 27px;
border-bottom: 1px solid #808080;
}

* html .pagination li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 90px;
}

.pagination li a:visited, .pagination li a:active{	
color: #000000;
}

.pagination li a:hover, .pagination a.selected {
background-image: url(glossyback2.jpg);
font-weight: bold;
color: #FFFFFF;
}

