/* CSS Document */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #6F9C4D;
border-bottom-width: 6px;
width: 552px; /*width of featured content slider*/
height: 200px;
}



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

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

.pagination a{
padding: 0 16px;
text-decoration: none; 
color: #006633;
background: white;
font-family:"verdana";
font-size:13px;
font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
color: #006633;
background-color: #DCE4E7;
font-weight:bold;
}
