#BannerRolling .sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border-bottom-width: 6px; width of featured content slider*/
	height: 80px;
	background-color: white;
	padding: 0;
	color: #FFF;
}
html>body #BannerRolling .sliderwrapper {
	height: 80px;
}
#BannerRolling img {
	border: 3px solid #fff;
	margin: 0 0 4px 0;
	padding: 0;
	clear: both;
}
html>body #BannerRolling img {
	border: 4px solid #fff;
}
#BannerRolling .sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background-color: white;
	width: 196px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
}