.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 897px; /*width of featured content slider*/
	height: 359px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background: white;
	width: 897px; /*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;
	z-index: 50;
}
#content #rotator_buttons a.selected {
	display: block;
	text-decoration: none;
	color: #FFF;
	background-image: url(rotatorOn.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 27px;
	width: 33px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	padding-top: 9px;
	padding-right: 2px;
}

