.jScrollPaneContainer {
	position: relative;
	float:left;
	overflow: hidden;
	z-index: 1;
	margin-right: 45px;
}

.jScrollPaneTrack {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #edf4f7;
}
.jScrollPaneDrag {
	position: absolute;
	background: #a6bac3;
	overflow: hidden;
}
