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

#newsNav{
	padding:0px;
	position:relative;
	left:417px; /* width of article section + some spacing*/
	width:131px;
	margin-top:5px;
}
#newsNav a{
	padding-top:0px;
	margin-top:0px;
}
.rotatorArticle{
	width:408px; /* width of article section*/
	text-align:justify;
	
}
.photo{ /* thumbnail spacing and border */
	border:solid 2px #FFF;
	margin:0 0 13px;
	width:133px; /* same as thumbnail width */
}
.photo img{ /* thumbnail sizes */
	width:133px;
	height:88px;
}
.activeSlide .photo{ /* active thumbnail spacing and border */
	border:solid 2px #EEB211;
}
.photo div{ /* if no image and no default image, show title for thumbnail, use these properties */
	text-align:center;
	height:78px;
	padding:5px;
	color:#fff;
	background:#000;
}
.rotatorCaption{
	position:absolute;
	bottom:137px; /* 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) top;
	color:#472D14;
	font-weight:bold;
	padding:0 4px;
	margin:0 4px;
	z-index:100;
	line-height:20px;
	text-align:center;
	
}
.rotatorPhoto, .rotatorPhoto img{
	z-index:20;
	border:4px solid #fff; 
}
.rotatorLeadIn{
	color:#472D14;
}
.rotatorByLine{
	padding:0;
	color:#81521c;
}
.rotatorByLine a{
	color:#81521c;
}
#rotatorDiv, #photoTrail{
	display:none; /*eliminates loading flicker */
}
.rotatorTitle{
	color:#472d14;
	height:24px;
	background:#efb720;
	font-weight:bold;
	padding:0 10px;
	font-size:12px;
	line-height:24px;
	overflow:hidden;
}
.rotatorTitle a{
	color:#472D14;
}

.rotatorBoxContent{
	background:#f8f2e2;
	color:#472D14;
	height:102px;
	padding:1px 12px;
	overflow:auto;
}
.rotatorBox{
	margin-top:6px;
	background:#fff;
}
.rotatorReadMore{
	font-weight:bold;
	text-align:right;
	position:absolute;
	right:8px;
	bottom:3px;
}
.rotatorReadMore a{
	color:#472d14;
}
