.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is
border: 10px solid navy;
border-bottom-width: 6px;*/
width: 948px; /*width of featured content slider*/
height: 46px;
}



.sliderwrapper .contentdiv{
font-family: "Trebuchet MS", arial, sans-serif;
color: #749029;
font-size: 13px;
font-weight:normal;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
/*background: white; 5px*/
width: 922px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper .contentdiv a {

color: #fa8333;
text-decoration: none;
}
.sliderwrapper .contentdiv a:hover {

color: #749029;
text-decoration: underline;
}

.pagination{
width: 928px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #fa8333;
padding: 5px 10px;
}

.pagination a{
font-family: "Trebuchet MS", arial, sans-serif;
font-size: 14px;
font-weight: bold;
padding: 0 12px;
text-decoration: none; 
color: #ecf2df;
background: #fa8333;
}

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