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

width: 672px; /*width of featured content slider*/

height: 201px;
}



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

width: 672px; /*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;
z-index:1;

}


#pagination{

text-align: right;
float:right;
position:relative;
width:135px;
height:28px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(../images/bgnum.gif) no-repeat;
	top:-23px;
	padding-left:5px;
	padding-top:2px;
	z-index:100;
}

.pagination a{
text-decoration: none;
color: #FFF;
float:left;
display:block;
position:relative;
font-weight:bold;
line-height:20px;
width:18px;
height:21px;
text-align:center;
}

.pagination a:hover, .pagination a.selected{
color: #666666;
font-weight:bold;

}