.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
order: 10px solid navy;
order-bottom-width: 0px;
/*width: 511px; width of featured content slider*/
height: 215px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #8fb8cc;
width: 400px; /*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;
margin-left: auto ;
margin-right: auto ;
}

#slide {
color: #fff;
background: #8fb8cc;
height: 215px;
}

#slide h2 {
font-family:Arial;
font-style: italic;
font-weight:bold;
font-size: 28px;
color: #fff;
padding: 10px 0 5px 0;
margin: 0;
}

#slide h3 {
font-weight:bold;
font-size: 14px;
color: #003366;
padding: 5px 0 0px 10px;
line-height: 20px;
margin: 0;
}

#slide ul {
font-size: 1.2em;
}

#slidebutton {
position:relative;
top: 140px;
left: 370px;
background: url(images/slide-button.jpg);
width:223px;
height:37px;
text-align: center;
}

#slidebutton a {
color: #fff;
font-wieght: bold;
font-size: 16px;
padding: 10px 0;
line-height: 37px;
text-decoration: none;
}

#slidebutton a:hover {
color: #ffcc66;
}

.pagination{
display:none;
/*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;*/
}

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

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

