/* SCROLLBAR
__________________________________________________ */

.scrollgeneric {
	top: 0px;
	left: 0px;
	line-height: 1px;
	font-size: 1px;
	position: absolute;
}
.vscrollerbase {
	width: 10px;
	background:#e3e1e1;
}
.vscrollerbar {
	width: 10px;
	background: #b8b3b2;
}
.scrollerjogbox {
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: #c7c7c7;
}