#operaBug
{
    overflow: hidden;
}


div.scrollholder
{
    position: relative;
    top:-2px;
    left:267px;
    width: 700px; height:398px;
    overflow: auto;
    z-index: 1;
}

div.scrollholder_news
{
    position: relative;
    top:-2px;
    left:0px;
    width: 722px; height:402px;
    overflow: auto;
    z-index: 1;
    font-family: "Arial";
    font-weight:bold;
    font-size:11px;
}

div.scrollholder_ap
{
    position: relative;
    top:-2px;
    left:132px;
    width: 596px; height:402px;
    overflow: auto;
    z-index: 1;
    font-family: "Arial";
    font-weight:bold;
    font-size:11px;
}

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

div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 6px; height: 100%;
    font-size: 0;
    z-index: 3;
    background-color: #2e2d30;
}

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

