.disable_select {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scb_main_wrap {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
}
.scb_scroll_wrap {
	margin: 0 -100px 0 0;
	position: relative;
	height: 100%;
	overflow: auto;
	transition:transform 350ms;
}
.scb_has_touch .scb_scroll_wrap {
	overflow: visible;
	
}
.scb_inner_wrap {
	overflow-x: hidden;
	position: relative;
}

.scb_scrollbar {
	z-index: 100;
	position: absolute;
	height: 100%;
	width: 10px;
	background: rgba(100,100,100,0.2);
	top:0;
	right:0;
}

.scb_handle {
	background:#ef5a32;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left: 0;
	transition:transform 350ms, background 0.3s;
}