

.rotatorWrap{
	height:427px; /* height of full news Rotator */
	margin:0 6px;
	overflow:hidden;
	width:548px;
	padding:0 10px;
	padding-top:3px;
}

#newsNav{
	padding:0px;
	position:relative;
	left:419px; /* width of article section + some spacing*/
	width:131px;
	margin-top:5px;
	background:#eee;
}
#newsNav a{
	padding-top:0px;
	margon-top:0px;
}
.rotatorArticle{
	width:414px; /* width of article section*/
	text-align:justify;
	
}
.photo{ /* thumbnail spacing and border */
	border:solid 2px #004e39;
	margin:0 0 5px;
	width:129px; /* same as thumbnail width */
}
.photo img{ /* thumbnail sizes */
	width:129px;
	height:96px;
}
.activeSlide .photo{ /* active thumbnail spacing and border */
	border:solid 2px #D3C094;
}
.photo div{ /* if no image and no default image, show title for thumbnail, use these properties */
	text-align:center;
	height:86px;
	padding:5px;
	color:#fff;
	background:#000;
}
.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:100;
	line-height:20px;
	text-align:center;
	
}
.rotatorPhoto, .rotatorPhoto img{
	z-index:20; 
}
.rotatorLeadIn{
	color:#000;
	padding:2px;
}
.rotatorByLine{
	font-weight:bold;
	padding:4px 0;
	color:#000000;
}
.rotatorByLine a{
	color:#004e39;
}
#rotatorDiv, #photoTrail{
	display:none; /*eliminates loading flicker */
}
.rotatorTitle{
	color:#004e39;
	font-weight:bold;
	padding-left:10px;
	font-size:16px;
	text-decoration:underline;
}
.rotatorTitle a{
	color:#004e39;
}

.rotatorBoxContent{
	background:#fff;
	color:#000;
	height:104px;
	padding:7px 12px;
	overflow:auto;
}
.rotatorBox{
	margin-top:6px;
	background:#fff;
}
.rotatorReadMore{
	font-weight:bold;
	text-align:right;
}
.rotatorReadMore a{
	padding-top:5px;
	color:#004e39;
}