div.rotator {
	position: relative;
	width: 300px;
	height: 155px;
	background: #fff;
}
div.navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}
div.navigation div.current, div.navigation a { width: 12px; height: 12px; margin: 0 8px 0 0; float: left; overflow: hidden; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
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; }
