#topBar {
background: #D8E2EC;
padding: 2px 10px 0px 10px;
margin-right: -18px;
color: #1E386B;
font: 11px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
display: block;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #D8E2EC;
border-bottom-width: 6px;
width: 400px; /*width of featured content slider*/
height: 140px;
}



.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: 390px; /*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: 390px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #D8E2EC;
padding: 5px 10px;
font: 11px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #01346E;
background-color: white;
border: 1px solid #4E739A;
outline: none;
}

.pagination a:hover, .pagination a.selected{
text-color: #fff;
background-color: #91B2D1;
outline: none;
}

.innerText {
font: 11px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

