

.rotatorWrap{
	/*height:395px;  height of full news Rotator */
	overflow:hidden;
	width:514px;
	height:385px;
	margin:0px auto;
	padding:14px 0px;
}

#newsNav{
	padding:0px;
	position:relative;
	left:384px; /* width of article section + some spacing*/
	width:130px;
}
#newsNav a{
	padding-top:0px;
	margin-top:0px;
}
.rotatorArticle{
	width:378px; /* width of article section*/
	
}
.photo{ /* thumbnail spacing and border */
	border:solid 1px #FFF;
	margin:0 0 3px;
	width:128px; /* same as thumbnail width */
}
.photo img{ /* thumbnail sizes */
	width:128px;
	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:12px;
	margin-top:-21px; /* 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/RScaption.png) repeat-x bottom;
	color:#000;
	padding: 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:normal;
}
.rotatorByLine a{
	color:#000;
}
#rotatorDiv, #photoTrail{
	display:none; /*eliminates loading flicker */
}
.rotatorTitle{
	background:url(/images_web/newsRotatorTitleBg.jpg) repeat-x;
	line-height:25px;
	color:#000;
	font-weight:bold;
	padding-left:10px;
}
.rotatorBoxContent{
	background:#FFF;
	color:#000;
	height:88px;
	padding:2px 12px;
}
.rotatorBox{
	margin-top:6px;
}
.rotatorReadMore{
	bottom:5px;
	font-weight:bold;
	left:275px;
	position:absolute;
	text-align:right;
}
.rotatorReadMore a{
	padding-top:5px;
	color:#000;
}
