.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 220px; /*width of featured content slider*/
height: 150px;
left: 0;
top: 0;
padding: 5px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 8px;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #f2f2f2;
width: 215px; /*width of content DIVs within slider. Total width should equal slider's inner width (190+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 220px; /*Width of pagination DIV. Total width should equal slider's outer width (200+10+10=220)*/
/*text-align: right; 
 background-color: #002661; */
padding: 5px 5px;
color:#FF0000;


}

.pagination a{
padding: 2px 5px;
/*text-decoration: underline; */
color: #666666;
/*background: white;*/
border-width: 1px;
border-style: solid;
border-color: #002661;
font-weight: bold;


}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #f3f4f8;
}