.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0 none;
background-color:#F7F4ED;
width: 411px; /*width of featured content slider*/
height: 220px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background-color:#F7F4ED;
width: 411px; /*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;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 411px; /*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 .text{
width:281px; 
height: 40px;
position:relative;
top: -5px;
margin:0px;
padding: 6px 120px 4px 10px;
background-image: url(/images/news-bkgrnd.jpg);
color:#222;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:15px;
}

.pagination{
	width: 250px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding:4px;
}

.pagination a{
border: 1px #001648 solid;
padding: 0 5px;
text-decoration: none; 
color: #FFF;
background-color:#001648;
}

.pagination a:hover, .pagination a.selected{
border: 1px #001648 solid;
color: #001648;
background-color: #FFF;
}