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

.vscrollerbase {
width: 10px;
background-image:url(images/scrollbg.gif);
background-repeat:no-repeat;
background-color:#D5EEFF;
}
.vscrollerbar {
width: 10px;
padding-top:5px;
background-image:url(images/scroll.gif);
background-repeat:no-repeat;
}
.scrollerjogbox {
width: 10px;
height: 10px;
overflow-x: hidden;
overflow-y: scroll;
}


#mycustomscroll {
/* percentage width without the fix*/
	width:240px;
	height:120px; 
    overflow-x: hidden;
	overflow-y: scroll;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width:240px;
	height:120px; 
    overflow-x: hidden;
	overflow-y: scroll;
}
