

.rotatorWrap{
	height:475px; /* height of full news Rotator */
	margin:-5px auto 0;
	overflow:hidden;
	width:569px;
}

#newsNav{
	height:86px;
	margin-top:5px;
	padding:0 2px;
	position:relative;
	top:369px;
	z-index:50;
}
#newsNav a{
	padding:0 3px;
	margin:0 1px;
	float:left;
	
}
.rotatorArticle{
	width:569px; /* width of article section*/
	text-align:justify;
	
}
.photo{ /* thumbnail spacing and border */
	border:solid 2px #7D120C;
	margin:0;
	padding:0;
	width:129px; /* same as thumbnail width */
}
.photo img{ /* thumbnail sizes */
	width:129px;
	height:86px;
}
.activeSlide .photo{ /* active thumbnail spacing and border */
	border:solid 2px #f8f3d2;
}
.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;
}
.rotatorCaption{
	position:absolute;
	bottom:105px; /* height and margin-top are inversely equal if the caption should overlay, width is set in function based on photo width */
	font-weight:bold;
	padding:0 5px;
	z-index:40;
	line-height:20px;
	text-align:center;
	background:url(/images_web/rotatorTitleBg.png);
}
.rotatorPhoto, .rotatorPhoto img{
	z-index:10; 
}
.rotatorLeadIn{
	padding:2px;
}
.rotatorByLine{
	padding:2px 0;
	color:#f8f3d2;
}
.rotatorByLine a, .rotatorByLine a:link, .rotatorByLine a:visited, .rotatorByLine a:active, .rotatorByLine a:hover {color:#f8f3d2;}
#rotatorDiv, #photoTrail{
	display:none; /*eliminates loading flicker */
}
.rotatorTitle{
	font-weight:bold;
	padding-left:10px;
	font-size:14px;
}

.rotatorBoxContent{
	height:65px;
	padding:0px 75px 2px 12px;
	overflow:hidden;
}
.rotatorBox{
	bottom:97px;
	margin-top:6px;
}
.rotatorReadMore{
	bottom:16px;
	font-weight:bold;
	padding-right:10px;
	position:relative;
	text-align:right;
}
.rotatorReadMore a{
	padding-top:3px;
}
.rotatorSubTitle{
	padding-top:5px;
}
