div.scrollholder
{
    position: relative;
    width: 298px;
    height: 341px;
    margin-top: 0px !important;
    margin-top: -3px;
    overflow: auto;
    z-index: 1;

}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    padding: 5 5 5 5;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */

div.track
{
    position: relative;
    float:right;
    top: 0;
    width: 9px; height: 100%;
    font-size: 0;
    /*background: url("../obrazky/pozadie-slide.gif") 5px 0 repeat-y;*/
    z-index: 3;
}

div.drag_bar
{
    position: absolute;
    margin-left: 0px;
    margin-top: 3px;
    width: 9px; height: 40px;
    cursor: pointer;
    background: url("../images/scroll.png") no-repeat;
    z-index: 4;
}

div.trackmin
{
    position: relative;
    float:right;
    padding-left: 0px;
    top: 0;
    width: 9px; height: 100%;
    font-size: 0;
    z-index: 3;
    background-color: #bca470;
}

div.drag_barmin
{
    position: absolute;
    margin-left: 0px;
    width: 4px; height: 1px;
    cursor: pointer;
    z-index: 4;
    background-color: #bca470;
    border: 1px solid #49350d;
}
