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

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



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

width: 976px; /*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;
}
#pagina{
	z-index:100000;
	float: right;
display:block;
position:relative;
margin:0;
	padding-right:4px;
	top:-335px;
	bottom:0;
}

.pagination{

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: #FFFFFF;
display:block;
font-weight:bold;
margin-top:4px;
width:24px;
line-height:24px;
height:24px;
text-align:center;
}

.pagination a:hover, .pagination a.selected{
text-decoration: none;
background:url(../images/bgavantage.gif)  right no-repeat;
color: #FF9900;
display:block;
font-weight:bold;
margin-top:4px;
width:24px;
line-height:24px;
height:24px;
text-align:center;

}
