/* position and dimensions of the navigator */
.navi {
	height:20px;
	float: left;
}


/* items inside navigator */
.navi a {
	width:15px;
	height:15px;
	float:left;
	margin:0 4px;
	background:url(../graphics/slider-dot.gif) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

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

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