

div.scrollholder
{
    position: relative;
    width: 540px; height: 500px;
    overflow: auto;
    z-index: 1;
    background-color: none;
}

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

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

div.drag_bar
{
    position: absolute;
    width: 100%; height: 5px;
    cursor: pointer;
    z-index: 1;
    background:#E1B373;
}  
