.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid white;
border-bottom-width: 16px;
width: 620px; /*width of featured content slider*/
/*height: 250px;*/
height: 200px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 630px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
/*height: 238px;*/

/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
}

.pagination{
/* width: 400px; */ /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
width: 161px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
/*background-color: #F9F9F9;*/
background-color: #FFFFFF;
/*padding: 5px 10px;*/
padding-right: 40px;
border: 0px solid #F4F4F4;
float:right;
margin-right: 5px;
margin-top: -2px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
border: 1px solid #FBFBFB;
font-size:10px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-colorx: #FEE496;
background-color: #D8D8D8;
}