
/* 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:16px;
	height:19px;
	background:url(../img/sipka_l.gif) no-repeat;
	float:left;
	margin:130px 10px;
	_margin:130px 6px;
	cursor:pointer;
}

/* 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/sipka_r.gif);
	margin-left: 4px;
	=margin-left: 3px;
	clear:right;	
}



