.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 1002px; /*width of featured content slider*/
height: 70px;
}

.sliderwrapper2 .contentdiv2{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 1002px; /*width of featured content slider*/
height: 70px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
cursor: hand;
cursor: pointer;
}

.pagination{
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: ffffff;
padding: 5px 10px;
}

.pagination a{
padding: 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}


#slider5{
border-color: darkred;
margin-left: 0px;
height: 70px;
/*border: 1px solid navy;*/
}

#paginate-slider5{
background-color: darkred;
border-color: darkred;
margin-left: 0px;
}


#paginate-slider5 a img{
width: 23px;
height: 15px;
border: 0px solid gray;
margin-top: 0px;
margin-right:1px;
position: relative;
top: 0;
left : 15;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
-moz-opacity: .5;
opacity: .5;
}

#paginate-slider5 a img:hover, #paginate-slider5 a.selected img{
border: 0px solid green;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}