A.browse
{
	position:absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: url(/includes/scrollable/hori_large.png) no-repeat;
	font-size: 1px;
	cursor: pointer;
	z-index:1000;
	top:-7px;
}
A.right
{
	background-position: 0px -30px;
	right:-7px;
}
A.right:hover
{
	background-position: -30px -30px;
}
A.right:active
{
	background-position: -60px -30px;
}
A.left
{
	left:-7px;
}
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;
}
