.Rotator {
	position:relative;
}
.Rotator .Normal {
	position:relative;
	z-index:0;
}
.Rotator p {
	margin:0;
}
.Rotator #nav {
	position:absolute;
	left:10px;
	bottom:10px;
	width:400px;
}
.Rotator #pager a {
	display:block;
	background:url(images/pagerAnchor.png) no-repeat;
	height:27px;
	width:18px;
	float:left;
}
.Rotator #pager .activeSlide {
	background:url(images/pagerActive.png) no-repeat;
}
.Rotator #nav .pagerControl {
	height:27px;
	width:26px;
	float:left;
	cursor:pointer;
}
.Rotator #prev {
	background:url(images/pagerBack.png) no-repeat;
}
.Rotator #next.pagerControl {
	width:31px;
	background:url(images/pagerNext.png) no-repeat;
}


