.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid;
width: 550px; /*width of featured content slider*/
height: 55px;
}

.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: white;
width: 550px; /*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;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid;
width: 330px; /*width of featured content slider*/
height: 62px;
}

.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #004A95;
width: 330px; /*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;
}

.slidertableblech{
text-align:center;
vertical-align:middle;
font-size:12px;
}

.slidertable{
text-align:center;
font-family: Trebuchet MS;
line-height: 14px;
vertical-align:middle;
font-size:12px;
color:#000000;
background-color:#FFFFFF;
-moz-border-radius: 0.3em;
-webkit-border-radius:0.3em;
border-radius: 0.3em;
}
.slidertable2{
text-align:center;
font-family: Trebuchet MS;
line-height: 14px;
vertical-align:middle;
font-size:12px;
color:#FFFFFF;
background-color:#004A95;
-moz-border-radius: 0.3em;
-webkit-border-radius:0.3em;
border-radius: 0.3em;
}

.slidertable3{
text-align:left;
font-family: Verdana;
line-height: 11px;
vertical-align:middle;
font-size:10px;
color:#FFFFFF;
background-color:#004A95;
}
.slidertable4{
text-align:right;
padding-right:16px;
font-family: Verdana;
line-height: 11px;
vertical-align:middle;
font-size:10px;
color:#DBE3F3;
background-color:#004A95;
}

.pagination{
width: 550px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 0px 0px;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
