div.rotator {
	position: relative;
	height: 300px;
	width: 753px;
	background: #fff;
}

div.r1 { background: #ff1; }
div.r1 p { margin-top: 20px; text-align: center; }

div.navigation {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
div.navigation div.current, div.navigation a {
	width: 8px;
	height: 8px;
	margin: 0 4px 0 0;
	float: left;
	overflow: hidden;
}
div.navigation a:hover { text-decoration: none; }
div.navigation div.current { background: #c00; }
div.navigation a { display: block; background: #ccc; }
#introslide { background: #000; color: #eee; text-align: center; }

div.area {
	overflow: hidden;
	height: 300px;
	width: 753px;
	left: 0px;
	top: 0px;
}
