.scrollaction {
	position: relative;
	overflow: hidden;
	width: 110px;
	height: 30px;
	padding-left: 30px;
}

.scrollable {
	position: relative;
	overflow: hidden;
	width: 140px;
	height: 220px;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.scrollable div {
	float: left;
	margin: 0;
	padding: 0 25px 0 0;
}

a.browse {
	background: url(../images/btn_banner.gif) no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 20px 0 20px;
	cursor: pointer;
	font-size: 1px;
}

a.right { background-position: 0 -20px; clear: right; margin-right: 0px;}
a.right:hover { background-position: -20px -20px; }
a.right:active { background-position:-40px -20px; } 

a.left { margin-left: 0px; } 
a.left:hover { background-position: -20px 0; }
a.left:active { background-position: -40px 0; }

a.disabled { visibility:hidden !important; }
