@charset "utf-8";
/* CSS Document */

/* position and dimensions of the navigator */
.navi {
	min-width:60px;
	height:19px;
	text-align:center;
	padding:13px 0 7px 0;
}

* html .navi {/*width:60px;*/margin:0 auto;}


/* items inside navigator */
.navi a {
	width:9px;
	height:9px;
	/*float:left;*/
	margin:3px;
	background:url(/nl_NL/static/images/scroll_navi.gif) no-repeat top right;
	display:inline-block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background:url(/nl_NL/static/images/scroll_navi_on.gif) no-repeat top right;   
}

/* active state (current page state) */
.navi a.active {
	background:url(/nl_NL/static/images/scroll_navi_on.gif) no-repeat top right;
}

.scroll_navigazione{width:748px;height:39px;background:url(/nl_NL/static/images/scroll_sfondo_nav.gif) no-repeat top right;position:relative;margin:0 0 4px 0;}
.pane_small .scroll_navigazione{width:504px;height:40px;background:url(/nl_NL/static/images/scroll_sfondo_nav_small.gif) no-repeat bottom right;margin:0;}

