.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float:right;
	margin-right:50px;
	margin-top:40px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #F0F0F0;
}
.jScrollPaneDrag {
	position: absolute;
	background: #8ad4dd;
	cursor: pointer;
	overflow: hidden;
}
