.scroll
{
    position: relative;
}

.scroll .viewport
{
    height: 200px;
    overflow:hidden;
    position:relative;


}

.scroll .overview
{
    list-style:none;
    position:absolute;
    left:0;
    top:0;
    padding-right: 20px;
}

.scroll .scrollbar
{
    position:absolute;
    right: 0;
    top:0;
    width:16px;
    z-index: 1;
 
}

.scroll .track
{

   background-color: #eeefee;
    height:100%;
    width:16px;
    position:relative;
    padding:0 1px;
}

.scroll .thumb
{
	background-color: #1d577d;
    height:20px;
    width:16px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0px;
}

.scroll .thumb .end
{

    overflow:hidden;
    height:5px;
    width:25px;
}

.scroll .disable
{
    display:none;
}

.noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}