.scrollable .vscroller {
	
}

.scrollable .hscroller {display:none;}

.scrollable .vscroller .scrollarea {
	left: 2px;
	right: 2px;
	width:8px;
}

.scrollable .hscroller .scrollarea {
	top: 2px;
	bottom: 2px;
}
.scrollable .scrollarea {
  background-color: #151517;
	
}

.scrollable .scrollblock {
	border: 1px solid #161616;
}

.scrollable .vscroller .scrollblock {
/*	left: 0px;
	right: 0px;
	
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.0, #3C3C3C),
		color-stop(1.0, #000)
	);
	
	background: -moz-linear-gradient(
		left center,
		#3C3C3C 0%,
		#000 100%
	);
*/
	background-image:url(../images/scroll_white.gif);
	background-repeat:repeat-y;
	
}

.scrollable .hscroller .scrollblock {
	top: 0px;
	bottom: 0px;
	
}

.scrollable .scrollbtn {display:none;}
.scrolldown{display:block !important;color:#ffffff !important;height:16px !important;margin-left:1px;width:6px !important;}
.scrollable .scrollbtn:hover {
	color: #888;
}

.scrollable .filler {display:none;}
