.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0;
    left: -1px;
}

.vscrollerbase {
    width: 1px;
    background: url("../../images/menu_border.png") no-repeat scroll 0 -35px transparent;
}

.vscrollerbar {
    width: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #6b2239;
}

.hscrollerbase {
    height: 10px;
    background-color: white;
    display: none;
}

.hscrollerbar {
    height: 10px;
    background-color: black;
}

.scrollerjogbox {
    width: 10px;
    height: 10px;
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
    background-color: gray;
    display: none;
}

.mcontentwrapper {
    padding: 0px 5px 0px 0px !important;
}