
#newsRotator{
	height:394px;
	width:399px;
}
.rotatorWrap{
	height:394px; /* height of full news Rotator */
	margin:0 6px;
	overflow:hidden;
	width:566px;
}

#newsNav{
	padding:0px;
	position:relative;
	left:408px; /* width of article section + some spacing*/
	width:129px;
	background:#ffd55a;
	top:-395px;
}
#newsNav a{
	padding-top:0px;
	margin-top:0px;
}
.rotatorArticle{
	width:399px; /* width of article section*/
	
}
.photo{ /* thumbnail spacing and border */
	border:solid 1px #ffd55a;
	margin:0 0 3px;
	width:129px; /* same as thumbnail width */
}
.photo img{ /* thumbnail sizes */
	width:129px;
	height:92px;
}
.activeSlide .photo{ /* active thumbnail spacing and border */
	border:solid 1px #000;
}
.photo div{ /* if no image and no default image, show title for thumbnail, use these properties */
	text-align:center;
	height:96px;
	padding:5px;
	color:#fff;
	background:#000;
}
.rotatorCaption{
	height:18px;
	margin-top:-18px; /* 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) repeat-x bottom;
	color:#000;
	padding:0 4px;
	z-index:100;
}
.rotatorPhoto, .rotatorPhoto img{
	z-index:20; 
}
.rotatorPhoto div{
	background:#000 center center no-repeat;
}
.rotatorLeadIn{
	background:#000;
	color:#fff;
	border:#0000ff 1px solid;
	margin:5px;
	padding:5px;
}
.rotatorByLine{
	font-weight:bold;
	padding:4px 0;
	color:#AE3851;
}
.rotatorByLine a{
	color:#AE3851;
}
#rotatorDiv, #photoTrail{
	display:none; /*eliminates loading flicker */
}
.rotatorTitle{
	line-height:15px;
	color:#000;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	text-transform:uppercase;
}
.rotatorBoxContent{
	color:#fff;
	height:56px;
	padding:0px 12px 7px;
}
.rotatorBox{
	background:url(/images_web/rotatorTextBg.jpg) no-repeat;
	margin-top:6px;
	height:99px;
}
.rotatorReadMore{
}
.rotatorReadMore a{
	padding-top:5px;
	color:#000!important;
	bottom:8px;
	right:10px;
	position:absolute;
}
.rotatorSubTitle {
	color:#AE3851;
}