#mycustomscroll {
width: 480;
height: 200px;
}

.percentagewrap {
	width: 480;
	}
	
.fixedwidth {
width: 480px;
height: auto;
color:#F90;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color:#666;
}
.vscrollerbar {
width: 10px;
background-color:#c7c7c7;
}
.hscrollerbase {
height: 10px;
background-color: #c7c7c7;
}
.hscrollerbar {
height: 10px;
background-color: #c7c7c7;
}

.scrollerjogbox {
width: 10px;
height: 10px;
}
