@charset "utf-8";
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 590px; /*width of featured content slider*/
height: 203px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 590px; /*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;
z-index: 50;
}

.pagination{
position: absolute;
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
margin-left: 20px;
top: 224px;
z-index: 30;
}

.pagination a{
padding: 3px 7px 3px 7px;
text-decoration: none; 
color: #000;
background: #ddd;
border: 1px solid #9a9a9a;
border-bottom: none;
}

.pagination a:hover, .pagination a.selected{
padding: 3px 7px 3px 7px;
color: #000;
background-color: #fff;
border-top: 3px solid #f57c15;

}
