.aaa {
    bottom: 0;
    position: absolute;
	font: 11px/15px Arial, Helvetica, sans-serif;
    padding: 10px 10px;
    width: 425px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
}



#slider4{
border-color: #00CC99;
margin-left: 0px;
height: 345px
}

#paginate-slider4{
background-color: darkred;
border-color: darkred;
margin-left: 0px;
}

#paginate-slider4 a img{
width: 37px;
height: 30px;
border: 1px solid #000000;
margin-top: 1px;
margin-left: 3px;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 1px solid red;
}







.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 425px; /*width of featured content slider*/
height: 345px;
}



.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: 425px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 345px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

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

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #00007D;
background: white;
}

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