/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
	width:50px;	
	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../graphic/left-arrow.gif) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../graphic/left-arrow.gif);
	float:left;	
}

a.prev, a.prevPage {
	background-image:url(../graphic/right-arrow.gif);
	float:left;	
}

/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:0px;
	width:500px;
	height:auto;
	
	
}


/* items inside navigator */
div.navi a {
	width:18px;
	height:18px;
	float:left;
	margin:3px;
	cursor:pointer;	
	display:block;
	margin-top:130px;
	
}

div.p {
	margin-left:8px;
	width:750px;
	height:auto;
}

