div.scrollholder
{
    position: relative;
    width: 350px;        
    height: 450px;
    overflow: auto;
    z-index: 2;
	margin-top: 0px; 
	margin-left: 0px;
}

div.scrollholder2
{
    position: relative;
    background-color: #000000;
    width: 575px;        
    height: 617px;
    overflow: auto;
    z-index: 2;
	margin-top: 137px; 
	margin-left: 80px;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 80%;
    z-index: 3;
}

div.scroll2
{
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 4550px;
    z-index: 3;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0px;
    left: 5px; 
    width: 10px; height: 100%;
    font-size: 0;
    z-index: 4;
    background: transparent;
}

div.drag_bar
{
    position: relative;
    width: 60%; height: 10%;
    cursor: pointer;
    z-index: 5;
    background: #c9077a;
}
