

.rotatorWrap{
	height:535px; /* height of full news Rotator */
	margin:0 auto;
	overflow:hidden;
	width:619px;
}

#newsNav{
	height:100px;
	padding:0;
	position:relative;
	top:409px;
	z-index:50;
}
#newsNav a{
	padding:0 0px;
	margin:0 0 0 5px;
	float:left;
	
}

#newsNav a:first-child{
	margin:0;
}
.rotatorArticle{
	width:619px; /* width of article section*/
	text-align:justify;
	
}
.photo{ /* thumbnail spacing and border */
	margin:0;
	padding:0;
	width:151px; /* same as thumbnail width */
	width:108px; /* same as thumbnail width */
	width:151px; /* same as thumbnail width */
}
.photo img{ /* thumbnail sizes */
	width:151px;
	height:98px;
}
.activeSlide .photo{ /* active thumbnail spacing and border */
	border:solid 2px #FFF>;
}
.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;
	color:#fff;
	padding:0 5px;
	z-index:40;
	line-height:20px;
	text-align:center;
	background:url(/images_web/rotatorTitleBg.png);
	display: none;
}
.rotatorPhoto, .rotatorPhoto img{
	z-index:10;
	border:1px solid #7da2c3;
}
.rotatorLeadIn{
	padding:2px;
}
.rotatorByLine{
	padding:2px 10px;
	color:#FFF;
}

#rotatorDiv, #photoTrail{
	display:none; /*eliminates loading flicker */
}
.rotatorTitle{
	font-weight:bold;
	padding-left:5px;
	font-size:14px;
	color: #91c4f1;
}
.rotatorTitle a{
	color: #91c4f1;
}

.rotatorBoxContent{
/*	height:65px; */
/*	padding:0px 0px 0px 5px; */
	overflow:hidden;
}
.rotatorBox{
	bottom:1px;
	background:url(/images_web/rotatorCaptionBg.png) repeat;	
	position:absolute;
	width:	617px;
	margin: 0 0 0 1px;
	color: #FFF;
	padding:6px 0;
}
.rotatorReadMore{
	bottom:16px;
	font-weight:bold;
	padding-right:10px;
	position:relative;
	text-align:right;
}
.rotatorSubTitle a, .rotatorSubTitle a:link, .rotatorSubTitle a:visited, .rotatorSubTitle a:active, .rotatorSubTitle a:hover {color:#91c4f1;}.rotatorSubTitle{
	padding-top:5px;
	padding-left: 10px;
}
