.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
	}
.vscrollerbase {
	width: 20px;
	background:url(scrollbar_base.gif) center center no-repeat


}

/*---------Top Bar------------*/
.vscrollerbarbeg {
	height: 1px !important;
}
/*---------Bottom Bar------------*/
.vscrollerbarend {
	height: 1px;
}
/*---------Top Button------------*/
.vscrollerbasebeg {
	background: url(scrollbar.gif) center repeat-y;
	width: 20px;
	height: 10px !important;
	cursor: pointer;
}
/*---------Bottom Button------------*/
.vscrollerbaseend {
	background: url(scrollbar.gif) center repeat-y;
	height: 10px;
	width: 20px;
	cursor: pointer;
}
.vscrollerbar {
	width: 20px;
	background: url(scrollbar.gif) center repeat-y;
	padding: 10px;
	z-index: 2;
}
#mycustomscroll {
/*overflow: auto;*/
outline:none;
}

