.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid #875C39;
	border-bottom: 0px;
	width: 470px; /*width of featured content slider*/
	height: 285px;
}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	overflow: hidden;
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 470px; /*width of content DIVs within slider. Total width should equal slider's inner width */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination {
	width: 472px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
}

.pagination a {
	color:#064224; text-decoration:none; font-weight:normal;
	display: block;
	float: left;
	width: 116px;
	text-align: center;
	background-color: #F4DEB8;
	padding: 3px auto;
	border-left: 1px solid #F4DEB8;
	border-right: 1px solid #F4DEB8;
	border-top: 1px solid #875C39;
}

.pagination a.selected {
	color:#875C39;
	font-weight: normal;
	border-left: 1px solid #875C39;
	border-right: 1px solid #875C39;
	border-bottom: 1px solid #875C39;
	border-top: 1px solid #F4DEB8;
}

.pagination a:hover {
	text-decoration:underline;
}

.sliderwrapper .contentdiv span.smallhead {
	display: block;
	position: absolute;
	top: 192px;
	left: 13px;
	width: 175px;
	height: 15px;
	padding: 2px 0 2px 7px;
	background-color: #004221;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.sliderwrapper .contentdiv span.largehead {
	display: block;
	position: absolute;
	top: 211px;
	left: 13px;
	/*width: 320px; */
	padding: 3px 7px 3px 7px;
	font-weight: bold;
	font-size: 1.3em;
	background-color: white;
	color: black;
	text-decoration: none;
}

