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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display: block;
	width: 12px;
	height: 60px;
	margin: 0;
	float: left;
}

/* right */
a.right			{ background: url(../images/scrollable/arrow/next-horizontal.png); margin: -60px 0 0 992px; }
a.right:hover	{ background-position: -12px 0; }
a.right:active	{ background-position: -24px 0; }


/* left */
a.left			{ background: url(../images/scrollable/arrow/prev-horizontal.png); }
a.left:hover	{ background-position: -12px 0; }
a.left:active	{ background-position: -24px 0; }


a.disabled {
	visibility:hidden !important;
}