.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
width: 220px; /*width of featured content slider*/
height: 300px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 210px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
-moz-opacity: 1;
opacity: 1;
}

.pagination{
text-align: right;
border-top:solid 1px #5D7D33;
padding: 5px 2px;
margin-right:5px;
margin-left:5px;
}

.pagination a{
padding: 2px 7px;
text-decoration: none; 
border:solid 1px #eeeeee;
background: #ffffff;
color: #5D7D33;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #5D7D33;
}