.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 581px; /*width of featured content slider*/
height: 420px;
text-align:right;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 8px;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 561px; /*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  span a{
width:561px;
color:#176284;
}
.contentdiv  span a:hover{
color: #9f201c;
}


.pagination{
	float:left;
	width:142px;
	text-align:center; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #176284;

}

.pagination a:hover, .pagination a.selected{
color: #9f201c;

}