@charset "utf-8";

div.scrollable {
	float:left;		
}

.sonraki {
	display:block;
	width:18px;
	height:18px;
	background:url(/templates/css/right.png) no-repeat;
	float:right;
	cursor:pointer;
}
.onceki {
	display:block;
	width:18px;
	height:18px;
	background:url(/templates/css/left.png) no-repeat;
	float:left;
	cursor:pointer;
}
.sonraki2 {
	display:block;
	width:18px;
	height:18px;
	background:url(/templates/css/right2.png) no-repeat;
	float:right;
	cursor:pointer;
}
.onceki2 {
	display:block;
	width:18px;
	height:18px;
	background:url(/templates/css/left2.png) no-repeat;
	float:left;
	cursor:pointer;
}

.prev:hover, .next:hover, .prevPage:hover, .nextPage:hover {
	background-position:0px -18px;		
}

.disabled {
	visibility:hidden !important;		
}


