div.scrollholder
{
    position: relative;
    width: 500px; height: 746px;
    overflow: auto;
    z-index: 1;
	top: 10;
}

div.scroll
{
    position: absolute;
    left: 0; top: 10;
    width: 100%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
	cursor:hand;
    float:right;
    top: 10; 
    width: 12px; height: 746px;
    font-size: 0;
    z-index: 3;
    background-image:url('hor-line.jpg');
	background-repeat:repeat-y;
	background-position:center;
}

div.drag_bar
{
    text-align:center;
    position: absolute;
    width: 12px; height: 16px;
    padding-top:0px;
    padding-bottom:0px;
    cursor:hand;
    z-index: 4;
}