.sliderwrapper{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    width: 100%; /*width of featured content slider*/
    background-color: #fff;
    left: 0;
	top: 0px;
}


.sliderwrapper 
.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: black;
background-color: #f8f8f8; /*#FEE581*/
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination
{
/*border-bottom:solid 1px gray;*/
width: 350; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #EAEAEA;
padding: 5px 20px;
	height: 20px;
}

.pagination a
{
font-size :10pt;
/*border:solid 1px black;*/
padding: 0 8px;
text-decoration: none; 
color:#fff;
background: #065670;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #B10310;
}
