/*--------------jScrollPane--------------*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 100%;
	height: 16px;
	background: #524942;
}
.jspCap{ 
	display: none;
}
.jspHorizontalBar .jspCap{ 
	float: left;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	width: 18px;
	height: 16px;
	background: #514a43;
}
.jspArrow.jspDisabled{
	cursor: default;
}
.jspVerticalBar .jspArrow{
	height: 16px;
	width: 18px;
}
.jspHorizontalBar .jspArrow{
	width: 18px;
	float: left;
	height: 100%;
}
.jspArrowUp{
	background-image: url(../images/arrow-up.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.jspArrowDown{
	background-image: url(../images/arrow-down.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	z-index: 70;
	right: 4px;
	width: 18px;
	height: 100%;
	right: 20px;
}
.jspTrack{
	position: relative;
	background: #524942;
}
.jspDrag{

	background: #312822;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}