.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
margin-left:5px;
}

.vscrollerbase {
width: 15px;
}
.vscrollerbar {
width: 15px;
background-color: #FFFFFF;
}
.hscrollerbase {
height: 15px;
}
.hscrollerbar {
height: 15px;
background-color: #FFFFFF;
}

.scrollerjogbox {
width: 15px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}
#customscroll 
{
	width: 262px;
	height: 350px;
	overflow: auto;
	position: relative;
}