.sliderwrapper{
float:left;    
position: relative; /*leave as is
border: 10px solid navy;
border-bottom-width: 6px;
*/
overflow: hidden; /*leave as is*/
width: 606px; /*width of featured content slider*/
height: 255px;
}



.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: 606px; /*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{
float: right;    
width: 256px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
position: absolute;
left: 585px;
z-index:99999;
/* background-color: navy;
padding: 5px 10px;
*/
}

.pagination a{
/* padding: 0 5px;*/
padding:9px 51px 6px;
text-decoration: none; 
color: #025F99;
/* background: white;*/
height:36px;
display: block;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-image:url("../images/image_hover.png");
padding:9px 51px 6px;
height:36px;
/*background-color: #FEE496;*/
}

