﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px #d8d8d8;
width: 943px; /*width of featured content slider*/
height: 238px;
}



.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: 943px; /*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: 100;
}

.pagination{
width: 933px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #d8d8d8;
padding: 5px;
}

.pagination a{
text-decoration: none; 
color: #283138;
padding: 5px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #283138;
}
TD.page { text-decoration: none;
font-size:9pt;
font-weight: none;
font-family: Arial; }
TD.page A:link { color: #000000;
text-decoration: none;
font-size:9pt;
font-weight: none;
font-family: Arial; }
TD.page A:visited { color: #000000;
text-decoration: none;
font-size:9pt;
font-weight: none;
font-family: Arial; }
TD.page A:active { color: #000000;
text-decoration: none;
font-size:9pt;
font-weight: none;
font-family: Arial; }
TD.page A:hover { color: #9A0000;
text-decoration: underline;
font-size:9pt;
font-weight: none;
font-family: Arial; 
}
