.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 572px; /* width of featured content slider era 400 */
height: 282px; /* era 250*/
z-index:0;
float:right;
}



.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: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
width:572px;
z-index:0;
}

.pagination{
width: 552px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
margin-top:0px;
margin-left:-70px;
/*background-color: navy;*/
padding: 5px 10px;
font-family:Tahoma;
font-size:13px;
float:right;
position:relative;
z-index:0;
background:#def2fa;
font-weight:bold;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #0095da;
background: #FFFFFF;
border: solid 1px #FFFFFF;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #0095da;
color:#FFFFFF;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
