

.rotatorWrap{
	height:403px; /* height of full news Rotator */
/*	margin:-5px 17px; */
/*	margin:3px; */
	overflow:hidden;
	width:550px;
	padding: 0 3px 3px 3px;
}

#newsNav{
/*	padding:1px 2px; */
	position:relative;
	top:324px; /* height of article section + some spacing*/
	margin-top:5px;
	height:80px;
	z-index:50;
	padding: 1px 2px 1px 4px;
}
#newsNav a{
	padding:2px 2px;
	margin:0 1px;
	float:left;
	
}
.rotatorArticle{
	width:553px; /* width of article section*/
	text-align:justify;
	
}
.photo{ /* thumbnail spacing and border */
	border:solid 2px #000; 
	margin:0;
	padding:0;
	width:126px; /* same as thumbnail width */
}
.photo img{ /* thumbnail sizes */
	width:126px;
	height:70px;
}
.activeSlide .photo{ /* active thumbnail spacing and border */
	border:solid 2px #F99D31;
}
.photo div{ /* if no image and no default image, show title for thumbnail, use these properties */
	text-align:center;
	height:70px;
	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;
	color:#000;
	font-weight:bold;
	padding:0 5px;
	z-index:40;
	line-height:20px;
	text-align:center;
	
}
.rotatorPhoto, .rotatorPhoto img{
	z-index:10; 
	border:4px solid #272727;
}
.rotatorLeadIn{
	color:#000;
	padding:2px;
}
.rotatorByLine{
	padding:2px 0;
	color:#FFF;
}
.rotatorByLine a{
	color:#F99D31;
	font-weight:bold;
}
#rotatorDiv, #photoTrail{
	display:none; /*eliminates loading flicker */
}
.rotatorTitle{
	font-weight:bold;
	margin:0 4px;
	height:23px;
	font-size:14px;
	line-height:25px;
	text-decoration: none;
	padding-top: 2px;
	overflow:hidden;
}
.rotatorTitle a{
	color:#F99D31;
}

.rotatorBoxContent{
	color:#F99D31;
	height:65px;
	padding:2px 75px 2px 6px;
	overflow:hidden;
}
.rotatorBox{
	margin: 6px 4px 0 4px;
	position:relative;
	bottom:102px;
	background:url(/images_web/rotaterTrans.png) repeat;
}
.rotatorReadMore{
	font-weight:bold;
	text-align:right;
	position:relative;
	bottom:126px;
	padding-right:6px;
}
.rotatorReadMore a{
	padding:5px;
	background:url(/images_web/rotaterTrans.png) repeat 0 -1px;
	border: 1px solid #F99D31;
	
}
.rotatorCaption{
	display:none;
}
