#mycustomscroll {
height: 140px;
overflow: auto;
position: relative;
}
.fixedwidth {
height: auto;
position: relative;
color: black;
padding: 1px;
}
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {width: 10px;background-color: #666; cursor:pointer;}
.vscrollerbarbeg {
	height: 9px !important;width: 10px;
}
.vscrollerbarend {eight: 9px !important;width: 10px;}
.vscrollerbase {width: 10px;background-color: #aaa;}
.vscrollerbasebeg {
	width: 10px;height: 9px !important;background: url(../images/basic_arrow_up.gif) repeat-x 0 0;cursor:pointer;
}
.vscrollerbaseend {
	height: 9px;width: 10px;background: url(../images/basic_arrow_down.gif) repeat-x 0 0;cursor:pointer;
}
.vscrollerbaseend:hover, .vscrollerbasebeg:hover {
	background-position: 0 -15px;
}
.hscrollerbase {height: 9px;}
.hscrollerbar {height: 9px;}
.vscrollerbar, .hscrollerbar {padding: 9px;z-index: 2;}
.scrollerjogbox {width: 10px;height: 9px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

