.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
width: 100%; /*width of featured content slider*/
height: 260px;
}

.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); */ /* comment out as was making IE look like txt and images had black halo around edges */
-moz-opacity: 1;
opacity: 1;
/* background-color:#fff; */
}

.pagination{
border:0px solid #f00;
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 0px 0px;
}

.pagination a{
border:1px solid #1AA3EB;
padding: 2px 5px;
text-decoration: none; 
color: #fff;
background: #1AA3EB;
}

.pagination a:hover, .pagination a.selected{
border:1px solid #1AA3EB;
color: #1AA3EB;
background-color: #fff;
}