#rotator {
	clear: both;
	height: 396px;
	position: relative;
	width:992px;
	margin:0 auto;
	z-index: 1;
}
.slideNav {
	display: none !important;
}
#jQuery .slide {
	clear: both;
}
#jQuery .slide .slideImage {
	float: left;
	width: 300px;
	margin-left: -35px;
}
#slide1 .slideContent {right:22px; bottom:15px; color:#fff;	font-size:30px;	position:absolute; z-index:1;}
#slide2 .slideContent {left:50px; top:50px; color:#fff;	font-size:30px;	position:absolute; z-index:1;}
#slide3 .slideContent {left:290px; bottom:155px; color:#fff;	font-size:30px;	position:absolute; z-index:1;}
#slide4 .slideContent {left:22px; top:15px; color:#fff;	font-size:30px;	position:absolute; z-index:1;}
/* rotator navigation */
	#navigator {
	position: absolute;
	top: 382px;
	left: 448px;
	z-index: 999;
}
#navigator a {
	display: block;
	float: left;
	background: url(../images/navigator-button.png) 0 0 no-repeat;
	width: 13px;
	height: 13px;
	margin-right: 7px;
	text-indent: -9999px;
}
#navigator a.activeSlide {
	background: url(../images/navigator-button-active.png) 0 0 no-repeat;
}