#mycustomscroll {

width: 99%;
height: 430px;
overflow: auto;
position: relative;
margin: 0.3em auto;
padding: 0px;
}




.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
}

.vscrollerbase {
	width: 12px;
	background: url('/nimg/scrollbar_itself.gif') #1d0702; 
}
.vscrollerbar {
	width: 12px;
	background: url('/nimg/scrollbar.gif') repeat-y;
}

.vscrollerbar {
padding: 10px;
z-index: 2;
}

