.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

width: 490px; /*width of featured content slider*/
height: 200px;
 background:url(../images/bgact.jpg) no-repeat;
 float:right;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

width: 620px; /*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;
}

.pagination{

text-align: right;
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

.pagination a{
text-decoration: none;
background:url(../images/bgavantage.gif)  right no-repeat;
color: #06ace1;
float:left;
display:block;
position:relative;
font-weight:bold;
margin-top:4px;
width:114px;
line-height:30px;
height:33px;
text-align:center;
}

.pagination a:hover, .pagination a.selected{
color: #ff9600;
background:url(../images/bgavantage.gif)  no-repeat;

}