.sliderwrapper{
position: relative; /*leave as is*/
float: left;
overflow: hidden; /*leave as is*/
width: 415px; /*width of featured content slider*/
height: 90px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
width: 415px; /*width of content DIVs within slider. Total width should equal slider's inner width (260+5+5=270) */
height: 100%;
text-align:left;

/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
}

.sliderwrapper .contentdiv a{
/*color: #A39161;
font-weight:bold;*/
}

.pagination{
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (250+10+10=270)*/
text-align: center;
padding: 0 10px;
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: White;
background: #1C334F;
font-size:10px;
font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #9B9B9B/*#229723*/;
font-weight:bold;
}

