.jScrollPaneDrag {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: none;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #edebeb;
	display: none;
}
.jScrollPaneDrag {
	position: absolute;
	background: #bfbfbf;
	cursor: pointer;
	overflow: hidden;
	width: 19px;
	left: 3px;
}
a.jScrollArrowUp {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 0;
	width: 0;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	background: url(../img/img-fl-bar-ar.png) no-repeat 3px 3px #edebeb;
	padding: 3px;
}
a.jScrollArrowDown {
	display: none;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 0;
	width: 0;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	background: url(../img/img-fl-bar-ab.png) no-repeat 3px 3px #edebeb;
	padding: 3px;
}