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

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

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

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

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../img/right.png);
	clear:right;	
}

/* prev2, next2, prevPage2 and nextPage2 buttons */
a.prev2, a.next2, a.prevPage2, a.nextPage2 {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/left.png) no-repeat;
	float:left;
	/* margin:43px 10px; */
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev2:hover, a.next2:hover, a.prevPage2:hover, a.nextPage2:hover {
	background-position:0px -18px;		
}

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

/* next button uses another background image */
a.next2, a.nextPage2 {
	background-image:url(../img/right.png);
	clear:right;	
}


/* prev3, next3, prevPage3 and nextPage3 buttons */
a.prev3, a.next3, a.prevPage3, a.nextPage3 {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/left.png) no-repeat;
	float:left;
	/* margin:43px 10px; */
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev3:hover, a.next3:hover, a.prevPage3:hover, a.nextPage3:hover {
	background-position:0px -18px;		
}

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

/* next button uses another background image */
a.next3, a.nextPage3 {
	background-image:url(../img/right.png);
	clear:right;	
}

/* prev4, next4, prevPage4 and nextPage4 buttons */
a.prev4, a.next4, a.prevPage4, a.nextPage4 {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/left.png) no-repeat;
	float:left;
	/* margin:43px 10px; */
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev4:hover, a.next4:hover, a.prevPage4:hover, a.nextPage4:hover {
	background-position:0px -18px;		
}

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

/* next button uses another background image */
a.next4, a.nextPage4 {
	background-image:url(../img/right.png);
	clear:right;	
}



/* prev5, next5, prevPage5 and nextPage5 buttons */
a.prev5, a.next5, a.prevPage5, a.nextPage5 {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/left.png) no-repeat;
	float:left;
	/* margin:43px 10px; */
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev5:hover, a.next5:hover, a.prevPage5:hover, a.nextPage5:hover {
	background-position:0px -18px;		
}

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

/* next button uses another background image */
a.next5, a.nextPage5 {
	background-image:url(../img/right.png);
	clear:right;	
}




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


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

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

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


