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



.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: 722px; /*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: 1px solid white;
}

.contentdiv p {
margin:0 0 6pt 0;
}

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

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

.pagination{
width: 720px; /*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: #2669BF;
background-color: white;
}

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

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

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

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

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

.pagination .subpagination {
width:124px;
}

.subpagination img {
height:93px;
width:124px;
}

