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