.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;*/
border-bottom-width: 6px;
width: 100%; /*width of featured content slider*/
height: 200px;
background-color:#e4e4e4;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 3px;
background-color: #e4e4e4;
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;
}

.pagination{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
/*width: 549px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding-bottom:5px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: #cccccc;
border:1px solid #787878;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #ed1b23;
border:1px solid #787878;
}

.redline{
border:0.5px solid #ed1b23;
margin-top:4px;
margin-bottom:4px;
width: 100%;
}
