#mycustomscroll {

width:590px;
height:350px;
overflow: auto;
position: relative;
margin: 0.3em auto;
padding: 0px;

}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
}

.vscrollerbase {
	width: 12px;
	background: url('scrollbar_itself.gif') #fff; 
/*  	padding-top:10px 0px;  */
}
.vscrollerbar {
	width: 12px;
/* 	margin-top:13px; */
	background: url('scrollbar.gif') no-repeat; 
}