.sliderwrapper{
position: relative; /*leave as is*/
/*overflow: hidden;leave as is*/
border: 1px solid #699;
background-color: white;
padding: 0px;
border-bottom-width: 1px;
width: 436px; /*width of featured content slider*/
height: 280px;

}



.sliderwrapper .contentdiv{
margin-left: 8px;
margin-top: 8px;
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: 420px; /*width of content DIVs within slider. Total width should equal slider's inner width (410+5+5=420) */
height: 315px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 436px; /*Width of pagination DIV. Total width should equal slider's outer width (420+10+10=440)*/
text-align: right;
background-color: navy;
padding: 0 10px;
float:left;
}

.pagination a{
padding: 0 5px;
text-decoration: none;
color: #00007D;
//background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: white;
}

#slider{
border-color: #699;
margin-right: 0px;
z-index: 100;
}

#paginate-slider{
width: 89px;
height: 310px;
border-color: #699;
margin-left: 0px;
text-align: center;
margin-top:20px;
position: absolute;
left:380px;
z-index: 1001;
float:right;

}

#paginate-slider a img{
height: 65px;
border: 1px solid #699;
margin-bottom: -3px;
background-color: white;
}

#paginate-slider a img:hover, #paginate-slider a.selected img{
filter:progid:DXImageTransform.Microsoft.alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
.ThumbBackground {background-color: white; padding-top:57px;}
.toc img{padding: 3px;}
.toc{text-decoration: none;}

#ContentPage #Home .Text {width: 475px;_margin-left: 8px;}
#Home #ContentImages{_position: relative;_right: 15px;-moz-margin-top: 0px;}
#ContentPage #Home .Teaser {margin: 0 0 0 15px;}
#ContentPage #Home #Space{height: 50px;}
