.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 500px; /*width of featured content slider*/
	height: 244px;
	top: 7px;
	left: 7px;
}
#slideholder {
	background: url(../images/slideshow-backgd.gif) no-repeat 0 0;
	width: 514px;
	height: 258px;
	margin-left: 5px;
	margin-top: 20px;
	padding: 0;
	position: relative;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	width: 500px; /*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 {
	width: 494px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #efe6c8;
	margin-left: 5px;
	display: none;
}
.pagination a {
	background: #efe6c9;
	padding: 3px 5px 4px;
	text-decoration: none;
	margin-right: 2px;
}
.pagination a:hover, .pagination a.selected {
	color: #000;
	background-color: #FEE496;
}
#latest {
	display: block;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 72px;
	height: 71px;
	border: 0;
	background: url(../images/latest-banner.png) no-repeat 0 0;
}

