/* ROTATOR */
#rotator {
	clear: both;
	height: 248px;
	position: relative;
	width:935px;
	margin:0 auto;
	z-index: 1;
}
.slideNav {
	display: none !important;
}
#jQuery .slide {
	clear: both;
	width:100%;
}
#jQuery .slide .slideImage {
	float: left;
	width: 300px;
	margin-left: -35px;
}
#jQuery .slide .slideContent {
	width: 600px;
	float: left;
	position: relative;
}
#jQuery .slide .slideContent h1 {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 50px 0 0;
	line-height: 1.2em;
}
/* rotator navigation */
	#navigator {
	position: absolute;
	top: 238px;
	left: 446px;
	z-index: 999;
}
#navigator a {
	display: block;
	float: left;
	background: url(../images/navigator-button.png) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	margin-right: 7px;
	text-indent: -9999px;
}
#navigator a.activeSlide {
	background: url(../images/navigator-button-active.png) 0 0 no-repeat;
}
