.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 140px;
}

h1 {background-image: none;}
#evid {font-size: 105%; text-align: justify; padding: 5px;}
#fl5 {float: left; width: 120px; margin: 10 0 0 10;}
#fr5 {float: right; width: 430px;}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 100%; /*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;
border-left: 1px solid navy;
}

.pagination {
min-width: 670px;
text-align: right;
background-color: #083C94;
padding: 5px 5px 5px 0px;
color: white;
font-weight: bold;
}

.pagination a{
text-decoration: none; 
color: #00007D;
background: white;
padding: 0px 3px 0px 3px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: red;
}