.navi_block {
	width: 800px;
	height: 20px;
	position:absolute;
	top:460px;
	z-index: 5;
	text-align:center;
}


/* position and dimensions of the navigator */
.navi {
    width:auto;
    height:auto;
	float:right;
	margin-right: 15px;
}

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

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

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