.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 0px;
width: 291px; /*width of featured content slider*/
height: 195px;
margin-left:2px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 286px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 20px;
text-align: right;
padding-right:5px;
background-color: #274a27;
margin-top:0px;
margin-left:2px;
line-height:14px;
}

.pagination a{
padding: 0 5px;
text-decoration: none;
font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
font-size:10px;
font-weight:bold;
color: #FFFFFF;
background: #f58323;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: #ffffff;
}