
/* DEPRECATED FILE */




/* this makes it possible to add next button beside scrollable 
.scrollable {
	float:left;	
}
*/
/*********** navigator ***********/


/* position and dimensions of the navigator */
.navi {	
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	margin:5px;
	background:url(/images/navigator.png) 0 0 no-repeat;
	font-size:14px;
}

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

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

