.srb
{
    width:100%;
    margin:0px auto 0px;
    position: relative;
    left: 0!important;
    top: 0!important;
}

.srb .viewport
{
    height: 440px;
    overflow:hidden;
    position:relative;   
    width: 100%;
}

.srb .overview
{
    list-style:none;
    position:absolute;
    left:0;
    top:0;
    margin:0;
    padding: 0 30px 0 0px;
}

.srb .scrollbar
{
    background:transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0;
    position:absolute;
    background-position:0 0;
    right: 0px;
    top:0;
    width:6px;
    z-index: 100;
}

.srb .track
{
    background:transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height:100%;
    width:6px;
    position:relative;
    padding:0;
}

.srb .thumb
{
    background:transparent url(../images/bg-scrollbar-thumb-y.png) repeat-y 50% 100%;
    height:20px;
    width:15px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    left:-5px;
}

.srb .thumb .end
{
    background:transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow:hidden;
    height:5px;
    width:15px;
}

.srb .disable
{
    display:none;
}

.noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}