

.rotatorWrap{
	height:320px; /* height of full news Rotator */
	margin:2px 3px 2px 4px;
	overflow:hidden;
	width:746px;
}

#newsNav{
	position:relative;
	top:268px; /* height of article section + some spacing*/
	height:86px;
	z-index:50;
}
#newsNav a{
	margin-right:4px;
	float:left;
	
}
.rotatorArticle{
	width:744px; /* width of article section*/
	text-align:left;
	
}
.photo{ /* thumbnail spacing and border */
	border:solid 1px #FFF;
	margin-right:4px;
	padding:0;
	width:95px; /* same as thumbnail width */
}
.photo img{ /* thumbnail sizes */
	width:95px;
	height:48px;
}
.activeSlide .photo{ /* active thumbnail spacing and border */
	border:solid 1px #9BADB9;
}
.photo div{ /* if no image and no default image, show title for thumbnail, use these properties */
	text-align:center;
	height:38px;
	padding:5px;
	color:#fff;
}
.rotatorCaption{
	position:absolute;
	bottom:143px; /* height and margin-top are inversely equal if the caption should overlay, width is set in function based on photo width */
	background:url(/images_web/rotatorCaptionBg.png) bottom;
	color:#000;
	font-weight:bold;
	padding:0 5px;
	z-index:40;
	line-height:20px;
	text-align:center;
	
}
.rotatorPhoto, .rotatorPhoto img{
	z-index:10; 
	border:1px solid #fff;
	padding-left:212px;
}
.rotatorLeadIn{
	color:#fff;
	padding:4px 0;
	font-size:11px;
}
.rotatorByLine{
	padding:2px 0;
	color:#fff;
	font-size:11px;
}
.rotatorByLine a{
	color:#46235a;
	font-weight:bold;
}
#rotatorOverDiv, #photoTrail{
	display:none; /*eliminates loading flicker */
}
.rotatorTitle{
	font-weight:bold;
	padding-left:10px;
	margin:0 4px;
	padding:15px 5px 0 5px;
	font-size:14px;
}
.rotatorTitle a{
	color:#2179ca;
	text-decoration:none;
}

.rotatorBoxContent{
	color:#fff;
	padding:0px 10px;
	overflow:hidden;
}
.rotatorBox{
	width:214px;
	padding-right:40px;
	background:#fff;
	position:relative;
	bottom:263px;
	height:262px;
	margin-left:1px;
	background:url(/images_web/rotatingNewsOverlay.png) top right repeat-y;
}
.rotatorReadMore{
	font-weight:bold;
	text-align:right;
	padding-right:4px;
	top:-286px;
	left:-621px;
	position:relative;
	
}
.rotatorReadMore a{
	color:#004e39;
}
.rotatorController{
	position:relative;
	top:179px;
	left:658px;
	width:86px;
	z-index:100;
}
