@charset "utf-8";

div#contentScroller{
    height: 620px; /* 397 */
    padding-right: 25px;
    position: relative;
    border: 0px solid white;
    overflow: auto;
    width: 100%;
}
* html div#contentScroller{ margin:0 -50px 0 0; }

.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.vscrollerbase {
    width: 9px;
    /*background-image: url('/img/scrollbar_base.gif');*/
    /*background-repeat:no-repeat;*/
    background-position: center center;
    margin-top: 10px;
    height: 630px !important;
}

.vscrollerbar {
    width: 9px;
    /*background-image: url('/img/scrollbar_bar.gif');*/
    /*background-repeat:no-repeat;*/
    background-position: center;
    cursor: pointer;
    padding: 0px 0;
}

.vscrollerbasebeg {
    width: 9px;
    height: 17px;
    top: -9px;
    background-image: url('../img/scrollbar/scrollbar_arrow_up.gif');
    background-repeat: no-repeat;
    background-position: top;
    cursor: pointer;
    border: 0px solid fuchsia;
}

.vscrollerbaseend {
    width: 8px;
    height: 17px;
    top: 590px !important;
    background-image: url('../img/scrollbar/scrollbar_arrow_dn.gif');
    background-repeat: no-repeat;
    background-position: bottom;
    cursor: pointer;
}


