#mycustomscroll {
	width: 250px;
	height: 155px;
	overflow: auto;
	position: relative;
	padding-right: 20px;
	}

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

.vscrollerbase   { background-color: gray; width: 8px }
.vscrollerbar   { background-color: orange; background-position: 2px 0; width: 8px }
.hscrollerbase {height: 2px;background-color: black;
}
.hscrollerbar   { background-color: orange; height: 4px }

.scrollerjogbox {
width: 2px;
height: 4px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: white;
}
