.scrollable {
	float: left
}
a.browse {
	margin: 40px 10px;
	width: 30px;
	display: block;
	background: url(hori_large.png) no-repeat;
	float: left;
	height: 30px;
	font-size: 1px;
	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: 0px
}
a.left:hover {
	background-position: -30px 0px
}
a.left:active {
	background-position: -60px 0px
}
a.up {
	margin: 10px 50px; 
	background: url(vert_large.png) no-repeat; 
	float: none
}
a.down {
	margin: 10px 50px; 
	background: url(vert_large.png) no-repeat; 
	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
}
