.scrollable .vscroller {
	background: -webkit-gradient(
		linear,
		left top,
		right top,

	);
	

}

.scrollable .hscroller {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,

	);
	
	background: -moz-linear-gradient(
		top center,
		#333333 0%,
		#222222 100%
	);
}

.scrollable .vscroller .scrollarea {
	left: 2px;
	right: 2px;
	height:auto;
}

.scrollable .hscroller .scrollarea {
	top: 2px;
	bottom: 2px;
}

.scrollable .scrollarea {
	
	height:2400px !important;
	overflow:hidden !important;
}

.scrollable .scrollblock {
	
}

.scrollable .vscroller .scrollblock {
	left: 0px;
	right: 0px;
	height:145px !important;
	
}

.scrollable .hscroller .scrollblock {
	top: 0px;
	bottom: 0px;
	
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.0, #3C3C3C),
		color-stop(1.0, #000)
	);
	
	background: -moz-linear-gradient(
		top center,
		#3C3C3C 0%,
		#000 100%
	);
}

.scrollable .scrollbtn {
	color: #666;
	text-shadow: -1px -1px 0px black;
}

.scrollable .scrollbtn:hover {
	color: #888;
}

.scrollable .filler {

}
