.sliderwrapper{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    width: 620px; /*width of featured content slider*/
    height: 223px;
    background-color:#F9F9F9;
    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:#F9F9F9  /*#FEE581*/;
width: 620px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 223px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
width: 610px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
 background-color:#f9f9f9;
padding:5px; 

 height:20px

}
.pagination a
{
text-decoration:none; border-radius: 3px 3px 3px 3px;
width:25px ; height:18px; background-color:#f1f1f1; float:right ;  margin-right:3px; text-align:center; color:White; font:normal 8pt verdana; vertical-align:bottom; line-height:20px 

}

.pagination a:hover
{
    border-radius: 3px 3px 3px 3px; text-decoration:none;
width:25px ; height:18px; background-color:#000;margin-right:3px;float:right ; text-align:center; color:White; font:normal 8pt verdana; vertical-align:bottom; line-height:20px ;


}
.pagination a.selected
{
    border-radius: 3px 3px 3px 3px;text-decoration:none;
    width:25px ; height:18px; background-color:#000; float:right ;margin-right:3px; text-align:center; color:White; font:normal 8pt verdana; vertical-align:bottom; line-height:20px 

	}
