.sliderwrapper{
	position: relative2222; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 545px; /*width of featured content slider*/
	height: 255px;
	padding:3px 0 0 0;
	margin:-3px 2px 0 0;
	z-index:-1000;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute222; /*leave as is*/
	left:0px;  /*leave as is*/
	top:0px;  /*leave as is*/
	padding:0px;height: 255px;
	margin:0 0 0 0;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pagination{
	position:absolute;
	width:auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	margin:-25px 0 0 455px;
	*margin:-20px 0 0 455px;
	z-index:2000;
	height:25px;
}
.pagination a{
	font:bold 1px/2px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/white-round.png) no-repeat 0 0;
	height:10px;
	width:5px;
	*width:10px;
	padding:2px 3px;
	text-decoration: none;
	display:block;
	float:left;
	color: #616161;
	}
.pagination a:hover, .pagination a.selected{
	background:url(../images/round-active.png) no-repeat 0 0; color: #fff;
}