
/* position and dimensions of the navigator */
.navi 
{
    position:relative;
    float:right;
    top:-20px;
	margin:0px;
	padding:0px;
	width:40px;
	height:0px;
	border:0px solid #336699;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:0px 2px;
	background:url(../images/navigator.png) 0 0 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;     
}

.navi2
{
    position:relative;
    text-align:right;
    float:right;
    top:-20px;
	margin:0px;
	padding:0px;
	width:40px;
	height:0px;
}