.container-scrollbar
{
    width: 100%;
	height: 100%;
    margin: 0 auto 0;
    position: relative;
	color: #f1e8d1;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
	font-weight: 400;
}

.container-scrollbar .viewport
{
	height: 190px;
    overflow:hidden;
    position:relative;
	width: 94%;	
}

.container-scrollbar .overview
{
    list-style:none;
    position:absolute;
    left:0;
    top:0;
    margin:0;
    padding: 0 10px 0 0;
	width: 100%;	
}

.container-scrollbar .scrollbar
{
/*  background:transparent url(images/bg-scrollbar-track-y.png) no-repeat 0 0;*/
/*	background-color: #6bd2f6;*/
    position:absolute;
    background-position:0 0;
    right: 0px;
    top:0;
    width: 10px;
	height: 100%;
}

.container-scrollbar .track
{
/*  background:transparent url(images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;*/
	background-color: #9e8571; 
    height:100%;
    width: 10px;
    position:relative;
    padding:0 1px;
}

.container-scrollbar .thumb
{
/*    background:transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; */
	background-color: #75604f;
	border-radius: 6px;	
    height:20px;
    width:14px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    left:-1px;
}

.container-scrollbar .thumb .end
{
/*    background:transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;*/
    overflow:hidden;
    height:5px;
/*    width:14px; */
}

.container-scrollbar .disable
{
    display:none;
}

.noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}