.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background:#fff;
border:#EEEEEE 1px solid;
padding:5px;
width: 430px; /*width of featured content slider*/
height: 270px;
text-align:center;
float:right;
margin-top:10px;
}



.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
margin:5px;
border:#CCCCCC 1px solid;
background:#fff;
width: 418px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 260px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentdiv span {
	float:right;
	padding-right:1em;
	background:url(../siteimage/contentdiv-span-bg.png);
	font-size:8pt;
	width:100%;
	text-align:right;
	}


.pagination {
	float:left;
	width:50px;
	margin-top:20px;
	}
.pagination a {
	padding-right:12px;
	}

