.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbar {
	width: 15px;
	background: url(../images/middle.gif) 2px 0px repeat-y;
}
.vscrollerbase {
	width: 15px;
}
.vscrollerbasebeg {
	width: 15px;
	height: 15px;
	background: url(../images/arrow_up.gif) 3px 0px no-repeat;
}
.vscrollerbaseend {
	height: 15px;
	width: 15px;
	background: url(../images/arrow_down.gif) 3px 0px no-repeat;
}
.vscrollerbar, .hscrollerbar {
	padding: 15px;
	z-index: 2;
}
.scrollerjogbox {
	width: 15px;
	height: 16px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
}
#mycustomscroll, #mycustomscroll2, #mycustomscroll3 {
	width: 500px;
	height: 410px;
	overflow: auto;
	position: relative;
	margin: 0.3em auto;
}
#mycustomscroll2 {
	width: 700px;
	height: 600px;
}

#mycustomscroll3 {
	height: 600px;
}
