.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 6px;
width: 683px; /*width of featured content slider*/
height: 286px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 683px; /*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;
}

.pagination{
width: 683px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 37px;
text-align: left;
background-image: url(../images/home_galleryfooter.jpg);
background-repeat: no-repeat;
padding: 9px 0px 0px 20px;
}

.pagination a{
padding: 0px 5px 0px 5px;
text-decoration: none; 
font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-size:16px;
font-weight: bold;
color: #FFFFFF;
background: #EFA610;
}

.pagination a:hover, .pagination a.selected{
font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-size:16px;
color: #EFA610;
background-color: #FEE496;
}



