div.scrollholder
{
    position: relative;
    width: 445px; height: 232px;
    overflow: auto;
    z-index: 1;
    background-color: #f3f3f3;
}

div.scroll
{
	position: absolute;
	left: 375px;
	top: 285px;
	width: 445px;
	z-index: 2;
	background-color: #FFFFFF;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: gray;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 20px;
    cursor: pointer;
    z-index: 4;
    background: brown;
}  
