
/* position and dimensions of the navigator */
.specialnavi {
	margin-left:328px;
	width:200px;
	height:20px;
}


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

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

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