.sliderwrapper{
border: 0px solid navy;
position:fixed;
border-bottom-width: 0px;
width: 100%; /*width of featured content slider*/
height: 250px;
}



.sliderwrapper {

border:solid 2px #990000;
width: 1200px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
margin:0 auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.contentdiv{
margin:0 auto;
padding: 5px;
border:solid 2px #990000;
width: 1200px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:300px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

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

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

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