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

/* prev, next, prevPage and nextPage buttons */
a.prev, a.prevPage {
	display:block;
	width:30px;
	height:185px;
	background:url(http://skrzydlewska.nazwa.pl/skrzydlewska.eu/pic/scl0.png) no-repeat;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
}
a.next, a.nextPage {
	display:block;
	width:30px;
	height:185px;
	background:url(http://skrzydlewska.nazwa.pl/skrzydlewska.eu/pic/scp0.png) no-repeat;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.prevPage:hover{
	background:url(http://skrzydlewska.nazwa.pl/skrzydlewska.eu/pic/scl1.png) no-repeat;
}
a.next:hover, a.nextPage:hover {
	background:url(http://skrzydlewska.nazwa.pl/skrzydlewska.eu/pic/scp1.png) no-repeat;
}

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

/* next button uses another background image */
a.next, a.nextPage {
	background:url(http://skrzydlewska.nazwa.pl/skrzydlewska.eu/pic/scp0.png) no-repeat;
	clear:right;	
}
