.scrollgeneric {
	line-height:1px;
	font-size:1px;
	position:absolute;
	top:0;
	left:0;
}

.vscrollerbase {
	width:20px;
	background-color:white;
	visibility:visible !important;
}
.vscrollerbasebeg {
	background:url('../img/scroll-up.png') no-repeat;
	height:20px;
	width:20px;
}
.vscrollerbaseend {
	background:url('../img/scroll-down.png') no-repeat;
	height:20px;
	width:20px;
}

.vscrollerbar {
	width:20px;
	height:50px !important;
	background-color:#ff6d22; /* orange */
	visibility:visible !important;
	padding:20px 0px 20px 0px;
}
