.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 449px; /*width of featured content slider*/
	height: 206px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 449px; /*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 {
	float: right;
	padding-right: 5px;
	margin-top: -20px;
	text-align: right;
	font-size: 11px;
}

.pagination a {
	float: left;
	margin-right: 1px;
	padding: 2px 6px;
	color: #888;
	text-decoration: none;
	background-color: #f9f7eb;
	border: 1px solid #e4e0d8;
}
.pagination a:hover {
	color: #9a7540;
	text-decoration: none;
	background-color: #fff;
}
.pagination a.selected {
	color: #fff;
	text-decoration: none;
	background-color: #443c2e;
	border: 1px solid #403727;
}
.pagination a.selected:hover {
	color: #fff;
	background-color: #9a7540;
	text-decoration: none;
}