#mycustomscroll {
	width: 160px;
	height: 230px;
	overflow: auto;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbar {
	width: 8px;
	background: #A4A4A4 url(scroll.gif) -8px 0px repeat-y;
}
.vscrollerbarbeg {
	height: 24px !important;
	width: 8px;
	background: url(scroll.gif) -24px -10px no-repeat;
}
.vscrollerbarend {
	height: 24px;
	width: 8px;
	background: url(scroll.gif) -24px 0px no-repeat;
}
.vscrollerbase {
	width: 8px;
	background: black url(scroll.gif) 0px 0px repeat-y;
}
.vscrollerbasebeg {
	width: 8px;
	height: 10px !important;
	background: url(scroll.gif) -16px -10px no-repeat;
}
.vscrollerbaseend {
	height: 10px;
	width: 8px;
	background: url(scroll.png) -16px 0px no-repeat;
}
.hscrollerbase {
	height: 16px;
	background-color: white;
}
.hscrollerbar {
	height: 16px;
	background-color: black;
}
.vscrollerbar, .hscrollerbar {
	padding: 10px;
	z-index: 2;
}
.scrollerjogbox {
	width: 8px;
	height: 5px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background: #37917A;
}

