.jscrollbar {
	position: relative;
}
.jscrollbar .x {
	background: rgba(0, 0, 0, 0.3); position: absolute;
}
.jscrollbar .y {
	background: rgba(0, 0, 0, 0.3); position: absolute;
}
.jscrollbar .x {
	left: 0px; width: 100%; bottom: 0px;
}
.jscrollbar .y {
	top: 0px; height: 100%; right: 0px;
}
.jscrollbar .x .thumb {
	background: rgba(0, 0, 0, 0.6); border-radius: 5px; position: absolute;
}
.jscrollbar .y .thumb {
	background: rgba(0, 0, 0, 0.6); border-radius: 5px; position: absolute;
}
.jscrollbar .x .thumb {
	height: 100%; bottom: 0px;
}
.jscrollbar .y .thumb {
	left: 0px; width: 100%;
}
