.sliderwrapper {
	border: 10px solid #FFF;
	width: 450px; /*width of featured content slider*/
	height: 307px;
	overflow: hidden;
	position: relative;
}
.sliderwrapper .contentdiv {
	visibility: hidden;  /*leave as is*/
	padding: 0 5px;
	width: 440px; /*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;
	background: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
}
#paginate-homeGallery2  {
	width: 470px;
	padding: 8px 0;
}
#paginate-homeGallery2 a img   {
	border: 3px solid #FFF;
	margin: 0 1px;
}
#paginate-homeGallery2 a img:hover, #paginate-homeGallery2 a.selected img {
	border: 3px solid #632F00;
}

