@CHARSET "UTF-8";

.scrollable {
	position:relative;
	overflow:hidden;
	border: 2px solid #000;
}

.scrollable .scroll-items {
	/* this cannot be too large */
	clear: both;
	width:20000em;
	position:absolute;
}

.scroll-items > div {
	float:left;
}

/* single scrollable item */
.scroll-items > div img {
	/* float: left; */
	margin: 0px 5px 0px 0px;
	/* background-color: #fff; */
	padding: 2px;
}

/* active item */
.scrollable .active {
	border: 2px solid #000;
	position: relative;
	cursor: default;
}


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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display: block;
	width: 9px;
	height: 16px;
	float: left;
	margin: 80px 0px;
	cursor: pointer;
	font-size: 1px;
}

a.left-arrow {
	background: url(images/hp-gallery-left.jpg) no-repeat;
}

a.right-arrow {
	background: url(images/hp-gallery-right.jpg) no-repeat;
}

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

/*
a.right-arrow {
	background-position: 0 -30px;
	clear: right;
	margin-right: 0px;
}

a.right-arrow:hover {
	background-position: -30px -30px;
}

a.right-arrow:active {
	background-position: -60px -30px;
}

a.left-arrow {
	margin-left: 0px;
}

a.left-arrow:hover {
	background-position: -30px 0;
}

a.left-arrow:active {
	background-position: -60px 0;
}

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

a.up-arrow:hover {
	background-position: -30px 0;
}

a.up-arrow:active {
	background-position: -60px 0;
}

a.down-arrow {
	background-position: 0 -30px;
}

a.down-arrow:hover {
	background-position: -30px -30px;
}

a.down-arrow:active {
	background-position: -60px -30px;
}

*/
