.sw_pons_portal .scrollbar {
    overflow: auto;
    position: relative;
}

.sw_pons_portal .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.sw_pons_portal .vscrollerbase {
width: 11px;
background-color: white;
}
.sw_pons_portal .vscrollerbar {
width: 11px;
}
.sw_pons_portal .hscrollerbase {
height: 11px;
background-color: white;
}
.sw_pons_portal .hscrollerbar {
height: 11px;

}

.sw_pons_portal .vscrollerbar,
.sw_pons_portal .hscrollerbar {
padding: 20px;
z-index: 2;
}

.sw_pons_portal .vscrollerbarbeg{
     width:7px;
    margin-left: 2px;
    background-color: #D9DADB;
}

.sw_pons_portal .scrollerjogbox {
width: 11px;
height: 9px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


.sw_pons_portal .vscrollerbasebeg {
    background: url("../img/scrollbar/scrollbar_simple.png") no-repeat scroll -34px 0 transparent;
    height: 9px !important;
    width: 11px;
}

.sw_pons_portal .vscrollerbaseend {
    background: url("../img/scrollbar/scrollbar_simple.png") no-repeat scroll 0 0 transparent;
    height: 9px;
    width: 11px;
}