.contentslider{
position:absolute;
overflow: hidden; /*leave as is*/
border: 0px;
width: 263px; /*width of featured content slider*/
height: 171px;
top:0px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 263px; /*width of featured content slider*/
height: 171px;
}



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

.pagination{
width: auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
margin: 0px 10px;
position:absolute;
bottom:12px;
right:0px;
z-index:10000;
}

.pagination a{
border-top: 1px solid #688A38;
border-right: 1px solid #688A38;
border-bottom: 1px solid #688A38;
border-left: 1px solid #688A38;
padding: 0 5px;
text-decoration: none; 
color: #235000;
background: white;
}

.pagination a:hover, .pagination a.selected {
color: #235000;
background-color: #FFFD8F;
}