.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
	left:0;
	top:0;
	width:100%;
}
.jspVerticalBar {
	position: absolute;
	/*background:url(../img/top/bar_bg.jpg) 0 0 repeat-y;*/
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	position: relative;
}
.jspDrag {
	/*background:url(../img/top/bar01.jpg) 0 0 repeat-y;*/
	width:8px;
	position: relative;
	cursor: pointer;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(153, 153, 153, 1) 0%,rgba(230, 230, 230, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(153, 153, 153, 1) ),color-stop(1,rgba(230, 230, 230, 1) ));
	background : -o-linear-gradient(0deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#E6E6E6' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999',endColorstr='#E6E6E6' , GradientType=1);
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}