.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbar {
	width: 22px;
	height:100px  !important;
	background:url(../images/base.gif) no-repeat right top;
}
.vscrollerbarbeg {
}
.vscrollerbarend {
}
.vscrollerbase {
	width: 22px;
	background:url(../images/scroller.gif) no-repeat right 11px;
	height:297px;
}
.vscrollerbasebeg {
	width: 22px;
	height: 11px;
	background: url(../images/top.gif) 6px 0px no-repeat;
	cursor:pointer;
}
.vscrollerbaseend {
	height: 11px;
	width: 22px;
	background:url(../images/bottom.gif)  6px 0px no-repeat;
	cursor:pointer;
}
.vscrollerbar, .hscrollerbar {
	padding: 10px 0px 3px 0px;
	z-index: 2;
}
.scrollerjogbox {
	width: 16px;
	height: 16px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background:none;
}
#mycustomscroll {
	width: 100%;
	height: 320px;
	overflow: auto;
	position: relative;
	margin:auto;
}

