div.rotator { position: relative; width: 620px; height: 350px;}
div.navigation { position: absolute; top: 330px; right: 10px; }
div.navigation div.current, div.navigation a { width: 5px; height: 5px; margin: 0 0px 0 0; padding: 0px; float: left; overflow: hidden; }
div.navigation a:hover { 
	text-decoration: none; 
}
div.navigation div.current { 
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) 0 100%;
	text-indent:-9999px;
	border:0;
	margin: 0 1px;
}
div.navigation a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 1px;
}
