.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 720px; /*width of featured content slider*/
height: 482px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: white;
text-align:center;
color:black;
font-size:16pt;
width: 720px; /*width of content DIVs within slider. Total width should equal slider's inner width (width+padding) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentdiv img {
border: 0px solid white;
}

.contentdiv h3 {
    font-family: 'EurostileX', 'Helvetica', 'Verdana', 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-align: left; 	
	color: white;
    background-color: #203D83;
	border: 0px solid #000000;
	padding:5px 11px 3px;
	margin:30px 0 0px 0px;	
}

.sliderwrapper .contentdiv .subcontentdiv{
border:0px solid white;
height:405px;
width:720px;
background-image:url('archiveViewer/rfc-pix/pic_bg3.gif');
}

.subcontentdiv img {
height:405px;
/* width:594px; */
border-width:0;
}

.pagination{
width: 721px; /*Width of pagination DIV. Total width should equal slider's outer width (width+padding)*/
text-align: center;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #203DFF;
background-color: white;
}

.pagination a:hover{
color: #D8261C;
background-color: white;
}

.pagination img {
border: 1px solid white;
}

.pagination a:hover img {
border: 1px solid #D8261C;
}

.pagination table {
font-size:12pt;
text-align:center;
width:720px;
padding:0;
border-spacing:0;
}

.pagination td {
padding:0;
width:100px;
text-align:center;
}

.pagination .subpagination {
width:100px;
text-align:center;
}

.subpagination img {
height:75px;
width:100px;
}

