<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 500px; /*width of featured content slider*/
height: 580px;
}

.bigpic{
/* visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
overflow: hidden; 
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
/*background: black;*/
width: 780px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 599px;

}

.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: black;*/
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 556px;
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: center;
/*height: 10px;*/
padding: 0px 0px;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #ffffff;
/*background:#444444;*/
height: 0px;
}

.pagination a:hover, .pagination a.selected{
color: #888888;
/*background-color: #444444;*/
}

</pre></body></html>