@charset "utf-8";
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}
/* prev, next, prevPage and nextPage buttons */
.sonraki {
	display:block;
	width:18px;
	height:18px;
	background:url(right.png) no-repeat;
	float:right;
	cursor:pointer;
}
.onceki {
	display:block;
	width:18px;
	height:18px;
	background:url(left.png) no-repeat;
	float:left;
	cursor:pointer;
}
.sonraki2 {
	display:block;
	width:18px;
	height:18px;
	background:url(right2.png) no-repeat;
	float:right;
	cursor:pointer;
}
.onceki2 {
	display:block;
	width:18px;
	height:18px;
	background:url(left2.png) no-repeat;
	float:left;
	cursor:pointer;
}
/* mouseover state */
.prev:hover, .next:hover, .prevPage:hover, .nextPage:hover {
	background-position:0px -18px;		
}
/* disabled navigational button */
.disabled {
	visibility:hidden !important;		
}
/* next button uses another background image */