.UIScrollWrapperDIV {
    position: relative; 
    overflow: hidden; 
    width: auto; 
    height: 250px;
}


/*.UIScrollVerticalMainContainerDIV {
     width: 7px;
    height: 100%;
    position: absolute;
    top: 0px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #FFFFFF;
    opacity: 1;
    z-index: 90;
    right: 1px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-color: #D1D3D4;
    border-style:solid;
    border-width:1px;
}*/


/*      Vertical Scrollbar Classes      */
.UIScrollBarVertical {
    background-color: rgb(0, 0, 0);
    width: 7px;
    position: relative;
    top: 0px;
    opacity: 0.4;
    display: block;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    z-index: 99;
    /*right: 1px;*/
    height: 30px;
    background-position: initial initial;
    background-repeat: initial initial;
}

.UIScrollRailVertical {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0px;
    /*display: none;*/
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: rgb(51, 51, 51);
    opacity: 0.2;
    z-index: 90;
    /*right: 1px;*/
    background-position: initial initial;
    background-repeat: initial initial;
}

/*      Horizontal Scrollbar Classes    */
.UIScrollBarHorizontal {
    background-color: rgb(0, 0, 0);
    width: 7px;
    position: absolute;
    top: 0px;
    opacity: 0.4;
    display: block;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    z-index: 99;
    /*left: 1px;*/
    height: 30px;
    background-position: initial initial;
    background-repeat: initial initial;
}

.UIScrollRailHorizontal {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0px;
    /*display: none;*/
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: rgb(51, 51, 51);
    opacity: 0.2;
    z-index: 90;
    /*left: 1px;*/
    background-position: initial initial;
    background-repeat: initial initial;
}






