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

.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: white;
width: 1000px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 164px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 950px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #fff;
padding: 5px 10px 0 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #484847;
border:1px solid #484847;
font:10px/1.75em Tahoma, Arial, Helvetica, sans-serif;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
border:1px solid #484847;
background: #f7a11a;
}

.contentdivcopy {
	position:absolute;
	right:25px; bottom:20px;
	width:340px;
	font:11px/12px Arial, Helvetica, sans-serif;
	color:#e8f0e3;
}
.contentdivcopy a {
	color:#fff;
	text-decoration:none;
}
.contentdivcopy a:hover {
	color:#fff;
	text-decoration:underline;
}