/* position and dimensions of the navigator */
.navi {
	margin-left:20px;
	width:350px;
	height:20px;
	position: absolute;
	left: -4px;
	top: 290px;
	z-index: 22;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	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 {
	line-height: 25px;
	height: 25px;
	width: 400px;
	position: absolute;
	z-index: 25;
	top: 256px;
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	
}
