.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;
*/width: 375px; /*width of featured content slider*/
height: 270px;
}

#paginate-slider1 { position:absolute; bottom:10px; right:10px; z-index:+100; }

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 375px; /*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;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.pagination{
width: 375px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
}

.pagination a{
padding:2px 4px;
text-decoration: none; 
color: #FFF;
background: #000;
font-weight:bold;
font-size:1.0em;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #CC3300;
}

.pagination ul {list-style:none; }

.img-slider1 { max-height: 250px;  }