

.rotatorWrap{
	height:495px; /* height of full news Rotator */
	margin:0 9px;
	overflow:hidden;
	width:508px;
	padding:0px 5px;
}
#rotatorDiv{
	background:#f2f2f2;
	height:487px;
}
.rotatorTop{
	background:url(/images_web/rotatorTop.jpg) no-repeat bottom center;
	height:4px;
}
.rotatorBottom{
	background:url(/images_web/rotatorBottom.jpg) no-repeat bottom center;
	height:4px;
}
#newsNav{
	padding:0px 0px 0 0px;
	position:relative;
	top:415px; /* height of article section + some spacing*/
	height:86px;
	z-index:50;
}
#newsNav a{
	padding:0 1px;
	margin:0 1px;
	float:left;
	
}
.rotatorArticle{
	width:508px; /* width of article section*/
	height:437px;
	text-align:justify;
	
}
.photo{ /* thumbnail spacing and border */
	border:solid 1px #000;
	margin:0;
	padding:0;
	width:121px; /* same as thumbnail width */
}
.photo img{ /* thumbnail sizes */
	width:121px;
	height:70px;
}
.activeSlide .photo{ /* active thumbnail spacing and border */
	border:solid 2px #;
}
.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; 
}
.newsRosterPhoto{
	padding:0 0 25px 79px;
}
.rotatorSubTitle{
	padding:2px;
	height:45px;
}
.rotatorSubTitle a, .rotatorSubTitle a:link, .rotatorSubTitle a:visited, .rotatorSubTitle a:active, .rotatorSubTitle a:hover {color:#FFF;}.rotatorReadMoreLink{
	text-align:right;
	padding:5px 10px 0 0;
}
.rotatorByLine{	
	padding:2px 3px;
}

#rotatorDiv, #photoTrail{
	display:none; /*eliminates loading flicker */
}
.rotatorTitle{
	color:#000;
	padding-left:25px;
	padding-top:11px;
	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:#000;}
.rotatorBoxContent{
	color:#FFF;
	height:63px;
	padding:6px 10px 2px 22px;
	overflow:hidden;
	font-weight:bold;
}
.rotatorBox{
	margin:2px 0px;
	background:#fff;
	position:relative;
	height:105px;
	background:url(/images_web/rotatorBoxBg.jpg) no-repeat;
}
.rotatorReadMore{
	text-align:right;
	position:relative;
	bottom:126px;
	padding-right:4px;
}
.rotatorReadMore a{
	padding-top:5px;
	color:#004e39;
}
