﻿.scroll-pane
{
    width:100%;
    margin: 0 auto;
    position: relative;
}
.scroll-pane .viewport
{
    overflow:hidden;
    position:relative;
}
.scroll-pane .overview
{
    list-style:none;
    position:absolute;
    left:0;
    top:0;
    margin:0;
    padding: 0;
    width: 100%;
}
.scroll-pane .scrollbar
{
    background:transparent;
    border-left: 1px solid #000;
    position:absolute;
    background-position:0 0;
    margin-right: 1px;
    right: -20px;
    top:0;
    width:4px;
}
.scroll-pane .track
{
    background: transparent;
    /*border-right: 2px solid #000;*/
    height:100%;
    width:0px;
    position:relative;
    padding:0;
}
#main-menu-panel .scroll-pane .thumb
{
    background-color: #8ec63f;
}
.section-submenu-panel .scroll-pane .thumb
{
    background-color: #fff;
}
.scroll-pane .thumb
{
    height:20px;
    width:4px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    left: -4px;
}
.scroll-pane .thumb .end
{
    background: none;
    overflow:hidden;
    height:5px;
    width:25px;
}
.scroll-pane .disable
{
    display:none;
}
.noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}