.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
}
.vscrollerbar {
	width: 10px;
}
.vscrollerbase {
	width: 10px;
}
.vscrollerbasebeg {
	height: 9px;
	width: 15px;
	background: url(../images/gray/top.gif) 0px 3px no-repeat;
	cursor:pointer;
}
.vscrollerbaseend {
	height: 9px;
	width: 15px;
	background: url(../images/gray/down.gif)  0px 2px no-repeat;
	cursor:pointer;
}
#mycustomscroll {
	width: 370px;
	height: 210px;
	overflow: auto;
	padding-top:5px;
	position: relative;
}
