#scrollable_navigation {
	clear:both;
	position: relative;
	height: 41px;
	width: 920px;
	background-image: url(arrow/navi_bg.jpg);
}
/* position and dimensions of the navigator */
.navi {
	width:auto;
	height:20px;
	padding-top: 10px;
	margin-left: 260px;
	margin-right: 40px;
}


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

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

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

