.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid black;
border-bottom-width: 1px;*/
/*width of featured content slider*/
height: 420px;
text-align:center;
width: 950px;
text-align:right; 
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/

left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
padding-top:160px;
background: white;
background:#2d2d2d;
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
width:100%;
width:950px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
vertical-align:bottom;
text-align:right;
}

.pagination{
width: 950px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: white;
background:#2d2d2d;
padding: 0px 1px 1px ;
visibility:hidden;

width:100%;
}

.pagination a{
padding: 0px 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected, .pagination a.active{
color: #000;
padding: 0px 5px;
background-color:#FFFFFF;
/*background-color:: #FEE496;*/
text-decoration:none;
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
background:#0066FF;
}


