.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
  display: inline;
	z-index: 1;
  float: left;

}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #682401;
  width:8px !important;
}
.jScrollPaneDrag {
	position: absolute;
	background: #d96100;
	cursor: pointer;
	overflow: hidden;
  width: 8px !important;
}
