div.scrollholder
{
    position: relative;
    width: 360px; height: 175px;
    overflow: auto;
    z-index: 10;
}

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

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 10px;
	height: 100%;
    font-size: 0;
    z-index: 12;
    background:URL(../images/line.png) center center no-repeat;
}

div.drag_bar
{
    position: absolute;
    width: 10px;
	height: 10px;
    cursor: pointer;
    z-index: 13;
    background: #FF00FF;
}  
