.rotatorWrap{
	height:427px; /* height of full news Rotator */
	overflow:hidden;
	width:555px;
	padding:0 10px;
	padding-top:3px;
}

#newsNav{
	padding:0px;
	position:relative;
	left:417px; /* width of article section + some spacing*/
	width:131px;
	margin-top:5px;
}
#newsNav a{
	padding-top:0px;
	margin-top:0px;
}
.rotatorArticle{
	width:408px; /* width of article section*/
	text-align:justify;
	
}
.photo{ /* thumbnail spacing and border */
	border:solid 2px #FFF;
	margin:0 0 13px;
	width:133px; /* same as thumbnail width */
	height:88px;

}
.photo img{ /* thumbnail sizes */
	width:133px;
	height:88px;
}
.activeSlide .photo{ /* active thumbnail spacing and border */
	border:solid 2px #3C3F44;
}
.photo div{ /* if no image and no default image, show title for thumbnail, use these properties */
	text-align:center;
	height:78px;
	padding:5px;
	color:#fff;
	background:#000;
}
.rotatorCaption{
	position:absolute;
	bottom:137px; /* 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/newsRphotoCaptionBg.png) top;
	color:#FFF;
	font-weight:bold;
	padding:0 4px;
	margin:0 4px;
	z-index:100;
	line-height:20px;
	text-align:center;
}
.rotatorPhoto, .rotatorPhoto img{
	z-index:20;
	border:4px solid #fff;
}
.rotatorLeadIn{
	color:#FFFFFF;
}
.rotatorByLine{
	padding:0;
	color:#FFFFFF;
}

.rotatorByLine a, .rotatorByLine a:link, .rotatorByLine a:visited, .rotatorByLine a:active, .rotatorByLine a:hover {color:#FFFFFF;}#rotatorDiv, #photoTrail{
	display:none; /*eliminates loading flicker */
}
.rotatorTitle{
	background:url(/images_web/newsRtitleBg.jpg) repeat-x;
	color:#FFF;
	height:30px;
	font-weight:bold;
	padding:0 10px;
	font-size:12px;
	line-height:30px;
	overflow:hidden;
}
.rotatorTitle a, .rotatorTitle a:link, .rotatorTitle a:visited, .rotatorTitle a:active, .rotatorTitle a:hover {color:#FFFFFF;}
.rotatorBoxContent{
	background: #63676c url(/images_web/newsRcontentBg.jpg) repeat-x bottom center;
	color:#FFFFFF;
	height:97px;
	padding:1px 12px;
	overflow:auto;
}
.rotatorBox{
	margin-top:6px;
	background:#fff;
}
.rotatorReadMore{
	background:transparent url(/images_web/newsRreadMore.png) no-repeat scroll 0 0;
	bottom:3px;
	font-weight:bold;
	height:18px;
	padding-right:6px;
	padding-top:6px;
	position:absolute;
	right:0;
	text-align:right;
	width:107px;
}

.rotatorReadMore a, .rotatorReadMore a:link, .rotatorReadMore a:visited, .rotatorReadMore a:active, .rotatorReadMore a:hover {color:#FFFFFF;}
