div.scrollholder {
    position: relative;
    width: 618px; height: 483px;	/*	BOX DIMENSIONS	*/
    overflow: auto;
    z-index: 1;
    Xbackground-color: #ffffff;		/*	BACK COLOR	*/
}
div.scroll {
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}
/* <Scroll> */
div.track {
    position: relative;
    float:right;
    top: 0; 
    width: 15px; height: 100%;	/*	TRACK DIMENSIONS	*/
    font-size: 0;
    z-index: 3;
    background: #EEF6FD;			/*	BACK COLOR	DEE6ED	*/
}
div.drag_bar {
    position: absolute;
    width: 100%; height: 300px;	/*	BAR DIMENSIONS	*/
    cursor: pointer;
    z-index: 4;
    background: #A0AEC0;			/*	BAR COLOR	*/
}  