

/* <Home Hero Rotator> */

#rotator {
	height:336px;
}

#rotatorNav {
	position:absolute;
	margin: -40px 0 0 480px;
	z-index:110;
	width:481px;
	text-align:center;
	display:block;
}

#rotatorSlides {
	z-index:111;
	display:block;
}

#rotatorNav a {
	padding: 5px 8px;
	margin: 0 7px;
	display: inline-block;
	background:url(../images/icons/rotator-nav.png) center 3px no-repeat;
	width:10px;
	color:#FFF;
}

#rotatorNav a.activeSlide {
	background:url(../images/icons/rotator-nav-active.png) center 3px no-repeat;
	/*color: #d55a00;*/
	color:#FFF;
}




