.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #004B8E;

width: 530px; /*width of featured content slider*/
height: 332px;
margin: 10px 5px 10px 0px;
}



.sliderwrapper .contentdiv{
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: 530px; /*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: 176px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding: 0px; margin-top: 10px; margin-right: 10px;
}
/*
.pagination a{
margin-bottom: 4px;
}

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

#paginate-slider2  img{

border: 2px solid #014A8E; margin-bottom:2px; margin-top:0px;

}

#paginate-slider2 a img:hover, #paginate-slider2 a.selected img{
border: 2px solid #c1361f;