@charset "UTF-8";
/* CSS Document */

/* position and dimensions of the navigator */
.navi {
	width:70px;
	height:20px;
	clear: left;
	text-align: center;
	margin: 12px auto 0px auto;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(navigator.png) 0px 0px no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}
