
/* position and dimensions of the navigator */
.navi {
	margin: 125px 0 0 5px;
	width:60px;
	height:15px;
	position:absolute;
	z-index: 1000000000;
	
}



/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:2px;
	background:url(../src/scrollable/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;     
}
/*scrollable 2*/


/* position and dimensions of the navigator */
.nawiguj{
margin-top: 4px!important;

}

.navi2 {
	
	height:20px;
	z-index: 1000000000;
	margin: 0px auto;
	
}


/* items inside navigator */
.navi2 a {
	width:13px;
	height:13px;
	float:left;
	margin:2px 3px 0 0px;
	background: url(../src/scrollable/narrow.png) 0 -93px no-repeat;
	display:block;
	font-size:1px;
}

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

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

/* right */
a.next2 				{ background:url(../src/scrollable/narrow.png) 0 -57px no-repeat; width: 18px;height: 17px; float: right; cursor: pointer; } 
a.next2:hover 		{ background-position: 0 -18px }



/* left */
a.prev2				{ background:url(../src/scrollable/narrow.png) 0 0px no-repeat; width: 18px;height: 17px; float: left; cursor: pointer; } 
a.prev2:hover  		{ background-position: 0px -38px; }
/* up and down */
/*