.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 190px; /*width of featured content slider*/
height: 250px;
margin-left:auto;
margin-right:auto;
}

.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: none;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 95%;
-moz-opacity: 1;
opacity: 1;
border:0px solid #d6d6d6;
}

.pagination{
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px 0px;
/*margin-left:auto;
margin-right:auto;*/
margin-right:75px;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #00007D;
background: white;
margin-top:2px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

a.prev{
border:1px solid #d6d6d6;
padding:3px;
display:block;
width:15px;
text-align:center;
float:right;
margin-right:2px;
}

a.next{
border:1px solid #d6d6d6;
padding:3px;
display:block;
width:15px;
text-align:center;
float:right;
}
