﻿
/* position and dimensions of the navigator */
.navi {
	margin-left:auto;
	margin-right: auto;
	width:84px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	/*criz bee custom fix for firefox ... */
	margin-left :9px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-right: 3px;
	/*end criz bee custom fix for firefox ... */
	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;     
}
