.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;   */
border-bottom-width: 6px;
width: 458px; /*width of featured content slider*/
height: 260px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0; /* leave as is*/
width: 260px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 260px;
margin:  0px 99px;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);    */
-moz-opacity: 0.5;
opacity:0.5;
}

.contentdiv img
{
  padding: 4px;
	border: solid 1px #2585ab;
}


.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: transparent;
padding: 5px 0px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #7ed3e3;
background: #000;
border: solid 1px #2f7a91;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #000;
border: solid 1px #fff;
}
