.sliderwrapper{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    width: 100%; /*width of featured content slider*/
    background-color: #fff;
    left: 0px;
}



.sliderwrapper 
.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
background-color: #fff /*#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{ /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding:0;
width: 430px;
margin-right:0;
height: 23px;
margin-top:-10;
position:relative;
}

.pagination a:Link{
text-decoration: none; 
color: #fff;
background-color:Transparent ;
font-size:10pt;
padding:0 4px
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #ab0404 ;

text-decoration :none;
}

