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

width: 624px; /*width of featured content slider*/
height: 136px;
 background:url(../images/bgact.jpg) no-repeat;
}



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

width: 624px; /*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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:510px;
}

.pagination a{
text-decoration: none;
background:url(../images/bgnum.gif)  right no-repeat;
color: #0099CC;
float:left;
display:block;
position:relative;
font-weight:bold;
line-height:20px;
width:24px;
height:21px;
padding:0 0 0 5px;
text-align:center;
top: -25px;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background:url(../images/bgnum1.gif)  right no-repeat;
}