.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 510px; /*width of featured content slider*/
height: 210px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: black;
width: 510px; /*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{
background:transparent url(headline_opacity.png) repeat scroll 0 0;
bottom:0;
height:55px;
left:0;
padding:5px 10px;
position:absolute;
text-align:left;
width:490px;
z-index:9999;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0px;
}

.pagination a{
	width:162px;
	float:left;
	color:#ffffff;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
	outline:none;
	overflow:hidden;
}

.scriptlink{
	position:absolute;
	right:0px;
	top:0px;
	width:300px;
	padding:30px 10px 0 0;
}

.scriptlink a{
	color:#ffffff;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
}

.scriptlink a:hover{
	color:#f49a1d;
	text-decoration:none;
}

.pagination a img{
	float:left;
	margin-right:7px;
}

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