.scrollable {
	float: left;
}
a.browse {
	background: url("../scroll/hori_large.png") no-repeat; margin: 40px 10px; width: 30px; height: 30px; font-size: 1px; float: left; display: block; cursor: pointer;
}
a.right {
	background-position: 0px -30px; clear: right; margin-right: 0px;
}
a.right:hover {
	background-position: -30px -30px;
}
a.right:active {
	background-position: -60px -30px;
}
a.left {
	margin-left: 15px;
}
a.left:hover {
	background-position: -30px 0px;
}
a.left:active {
	background-position: -60px 0px;
}
a.up {
	background: url("../img/scrollable/arrow/vert_large.png") no-repeat; margin: 10px 50px; float: none;
}
a.down {
	background: url("../img/scrollable/arrow/vert_large.png") no-repeat; margin: 10px 50px; float: none;
}
a.up:hover {
	background-position: -30px 0px;
}
a.up:active {
	background-position: -60px 0px;
}
a.down {
	background-position: 0px -30px;
}
a.down:hover {
	background-position: -30px -30px;
}
a.down:active {
	background-position: -60px -30px;
}
a.disabled {
	visibility: hidden !important;
}
