#scrollNav {
	width: 980px;
	height: 30px;
	background: #fff url(../images/scrollNav_gradient.jpg) top center no-repeat;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0;
	clear: both;
	}
/* position and dimensions of the navigator */
.navi {
	margin: 0 429px;
	padding: 6px 0 0 0;
	display: block;
	width:42px;
	height:20px;
	float:left;
}
/* 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;     
}
