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



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 201px; /*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: 181px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding: 0px 0px 0px 20px;
font-size:11px;
color:#ed1c24;
}

.pagination .toptext {display:block; padding:0px 0px 6px 0px;}

.pagination p {text-align:left; margin:0px; padding:5px 0px 2px 0px; color:#267bac;}

.pagination a {
padding: 0px;
margin:0px 2px 0px 0px;
text-decoration: none; 
color: #ffffff;
display:block;
float:left;
height:64px;
width:36px;
border:1px solid #640303;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
border:1px solid #9e2f25;
height:64px;
width:36px;
}