

.rotatorWrap{
	height:430px; /* height of full news Rotator */
	margin:0 5px;
	overflow:hidden;
	width:570px;
	padding-top:6px;
}

#newsNav{
	padding:0px 2px 0 5px;
	position:relative;
	top:346px; /* height of article section + some spacing*/
	height:86px;
	z-index:50;
}
#newsNav a{
	padding:0 5px;
	margin:0 1px;
	float:left;
	
}
.rotatorArticle{
	width:570px; /* width of article section*/
	height:332px;
	text-align:justify;
	
}
.photo{ /* thumbnail spacing and border */
	border:solid 2px #FFF;
	margin:0;
	padding:0;
	width:124px; /* same as thumbnail width */
}
.photo img{ /* thumbnail sizes */
	width:124px;
	height:73px;
}
.activeSlide .photo{ /* active thumbnail spacing and border */
	border:solid 2px #FFE71A;
}
.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 repeat;
	color:#000;
	padding:0 5px;
	z-index:40;
	line-height:20px;
	text-align:center;
	
}
.rotatorPhoto, .rotatorPhoto img{
	z-index:10; 
	border:4px solid #fff;
}
.rotatorLeadIn{
	color:#000;
	padding:2px;
}
.rotatorByLine{	
	padding:2px 3px;
	color:#000;
}

.rotatorByLine a, .rotatorByLine a:link, .rotatorByLine a:visited, .rotatorByLine a:active, .rotatorByLine a:hover {color:#17479E;}
#rotatorDiv, #photoTrail{
	display:none; /*eliminates loading flicker */
}
.rotatorTitle{
	color:#000;
	padding-left:10px;
	padding-top:8px;
	background:url(/images_web/boxStoryBorder.png) repeat-x top center;
	height:17px;
	font-size:14px;
	line-height:20px;
}
.rotatorTitle a{
	text-decoration:none;
	font-weight:bold;
}

.rotatorTitle a, .rotatorTitle a:link, .rotatorTitle a:visited, .rotatorTitle a:active, .rotatorTitle a:hover {color:#17479E;}
.rotatorBoxContent{
	color:#000;
	height:21px;
	padding:2px 75px 2px 12px;
	overflow:hidden;
}
.rotatorBox{
	margin:0 4px;
	background:#fff;
	position:relative;
	bottom:54px;
	background:url(/images_web/boxStoryBg.png) repeat;
}
.rotatorReadMore{
	text-align:right;
	position:relative;
	bottom:126px;
	padding-right:4px;
}
.rotatorReadMore a{
	padding-top:5px;
	color:#004e39;
}
