.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: none;
	width: 615px; /*width of featured content slider*/
	height: 355px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: white;
	width: 615px; /*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:98;
}
.pagination{
	/*width: 615px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	/*text-align: right;*/
	background-color: #998e7d;
	padding: 5px 0px;
	position:absolute;
	z-index:99;
	top:325px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	font: normal 16px/20px tahoma; 
	/*border:1px solid #000000;*/
}
.pagination a{
	padding: 5px 0px;
	/*width:205px*/;
	text-align:center;
	text-decoration: none; 
	color: #fff;
	background: #998e7d;
}
.pagination a:hover, .pagination a.selected{
	/*color: #fe9915;*/
	color:#ff9000;
	/*background-color: #504b44;*/
}
.pagination div{
	width:205px;
	text-align:center;
	text-decoration: none; 
	color: #fff;
	background: #998e7d;
	float:left;
}
