.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 6px;
width: 406px; /*width of featured content slider*/
height: 365px;
}



.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: 400px; /*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: 406px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
}

.pagination a{
text-decoration: none; 
color: #99cccc;
font-family:Calibri; font-size:14pt; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
}

.pagination a:hover, .pagination a.selected{
color: #99cccc;
background-color: #FEE496; font-family:Calibri; font-size:14pt
}

.myclass { text-decoration: none; font-family:Arial; font-size:8pt; color:#000000 }
:hover.myclass { text-decoration: underline; font-family:Tahoma; font-size:9pt; color:#000000 }

.myclass1 { text-decoration: none; font-family:Arial; font-size:8pt; color:#000000 }
:hover.myclass1 { text-decoration: underline; font-family:Arial; font-size:8pt; color:#ffffff }