/*div.scrollholder2
{
    position: relative;
    left:15px;
    width: 95%; height: 100%;
    overflow: auto;
    z-index: 1;
}

div.scroll2
{
    text-align:left;
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

div.scrollholder
{
    position: relative;
    left:15px;
    width: 95%; height: 100%;
    overflow: auto;
    z-index: 1;
}

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

div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 5px; height: 100%;
    font-size: 0;
    z-index: 3;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #00B6E8;
} 
*/

div.scrollholder
{
    position: relative;
    left:15px;
    width: 95%; height: 100%;
    overflow: auto;
    z-index: 1;
}

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

div.scrollholder2
{
    position: relative;
    width: 935px; height: 325px;
    overflow: auto;
    z-index: 1;
}

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

div.scrollholder3
{
    position: relative;
    width: 200px; height: 350px;
    overflow: auto;
    z-index: 1;
}

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

div.track
{
    position: relative;
    float:right;
    top: 0;
    width: 5px; height: 100%;
    font-size: 0;
    z-index: 3;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #00B6E8;
} 
