.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 940px; /*width of featured content slider*/
height: 200px;
}



.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: #EAEBEC;
width: 940px; /*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;
}

.pagination{
width: 940px; /*Gesamtweite des Seitennummerierung DIV.*/
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:14px; 
font-weight:bold; 
text-align: left; /*Ausrichtung der Seitennummerierung: "left", "center", or "right"
background: white; /*immer angeben: eine ausdrückliche Hintergrundfarbe für den Fade-Effekt im IE*/
overflow: hidden; /*Siehe: http://www.quirksmode.org/css/clearing.html */
position: absolute;
top:278px;
left:18px;
z-index:200;
line-height: 20px;
}

*+html .pagination{
top:278px;
} 

* html .pagination {
top:278px;
}


.pagination a {
padding:1px 5px;
text-decoration: none; 
color: #000;
background: #EAEBEC;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #E2001A;
}




.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 940px;
}

#newsheadline {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:13px; 
font-weight:bold; 
color:#FFFFFF; 
background-color:#EAEBEC; 
margin:0 0 8px 0;
float:left;

}
#clear {
clear: both;
}

#newscontent {
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px;
line-height:17px;
color:#000; 
background-color:#EAEBEC; 
padding:6px 8px 6px 16px; 
width:492px;

}


#newscontent a:link, #newscontent a:focus, #newscontent a:active, #newscontent a:visited {
	text-decoration: none;
	color: #E2001A;
}

#newscontent a:hover {
	text-decoration: underline;
	color: #E2001A;
}




