.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 645px; /*width of featured content slider*/
height: 35px;
margin-top:14px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-top:9px;
overflow:hidden;
color: white;
width: 645px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 19px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 645px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding:0px;
visibility:hidden;
}

.pagination a{
padding: 0px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}







/* main home page flash */

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 940px; /*width of featured content slider*/
height: 342px;
}



.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-top:9px;
overflow:hidden;
color: white;
width: 940px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 342px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.pagination2{
position:absolute;
width: 910px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding:0px;
bottom:20px;
left:0px;
z-index:9999;
}

.pagination2 a{
padding: 0px;
text-decoration: none; 
color: #00007D;
display:inline-block;
background-image: url(images/flash-nav.png);
background-repeat: no-repeat;
background-position: left top;
width:20px;
height:20px;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #000;
background-image: url(images/flash-nav-selected.png);
background-repeat: no-repeat;
background-position: left top;
}



