﻿.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	width: 20px !important;
	background: url('../images/track_bg.png') repeat-y;
}

.jScrollPaneDrag {
	position: absolute;
	background: url('../images/pane_bg.png') repeat-y;
	width: 20px !important;
	cursor: pointer;
	overflow: hidden;
}