.scroll-pane {
    position: relative;
    right: -1px;
    margin: 0 0 0 -1px;
    height: 505px;
}

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 100%;
	background: #d9d9d9;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18px;
	background: #d9d9d9;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}

.jspCap {
	display: none;
}

.jspTrack {
	background: #d9d9d9;
	position: relative;
}

.jspHorizontalBar .jspTrack {
    float: left;
	height: 14px;
}

.jspDrag {
	background: #f7f7f7;
    border: 1px solid #e6e6e6;
	position: relative;
	top: 0; left: 1px;
	cursor: pointer;
    width: 14px;
    box-shadow: 0 1px 1px rgba(0,0,0,.25);
}

.jspHorizontalBar .jspDrag {
	float: left;
    top: 0;
	height: 14px;
}

.jspArrow
, .jspCorner {
	display: none;
}
