<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(img/hori_large.jpg) no-repeat;
	display:block;
	width:17px;
	height:25px;
	float:left;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.skindte 				{ margin:30px 0 0 20px;background-position: -9px -130px; clear:right;}
a.skindte:hover 		{ background-position:-39px -130px; }
a.skindte:active 	{ background-position:-69px -130px; }


/* left */
a.skingche				{ margin:30px 20px 0 28px;background-position: -9px -42px;}
a.skingche:hover  		{ background-position:-39px -42px; }
a.skingche:active  	{ background-position:-69px -42px; }

/* up and down */
a.up, a.down		{
	background:url(img/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-40px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -40px; }
a.down:hover  		{ background-position:-40px -90px; }
a.down:active  	{ background-position:-60px -90px; }


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

</pre></body></html>