/* position and dimensions of the navigator */
.navi {
	margin-left:360px;
	height:20px;
	clear: both;
}


/* items inside navigator */
.navi a {
	width:12px;
	height:12px;
	float:left;
	margin:3px;
	background:url(../images/carousel_navoff.png) 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:url(../images/carousel_navon.png) no-repeat;  
}
