.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px; /* solid navy; */
border-bottom-width: 6px;
width: 600px; /*width of featured content slider*/
height: 575px;
margin-left: auto;
margin-right: auto;
padding: 0 0 0 0;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 590px; /*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;
}

.pagination{
width: 0px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 0px;
text-align: right;
/*background-color: navy;*/
padding: 0px 0px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.menu{
margin: 0px auto;
margin-top:5px;
padding: 0px 0px 0px 8px;
width: 179px; /*width of menu*/
border: 0px solid #9A9A9A;
text-align: center;
}

.menu div.silverheader a{
background: url(images/btn-howtobuild.jpg) top;
font: bold 14px Arial, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
text-decoration: none;
text-align:center;
width:179px;
height:35px;
line-height:35px;
}


.menu div.silverheader a:visited, .menu div.silverheader a:active{
color: white;
}


.menu div.selected a, .menu div.silverheader a:hover{
background: url(images/btn-howtobuild.jpg) bottom;
color: white;
}

.menu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
text-align: right;
/*height: 300px; Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
