@charset "utf-8";
/* CSS Document */


.scroll-pane
{
	width: 100%;
	max-height: 1000px;
	overflow: auto;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0px;
	width: 7px;
	height: 100%;
	background: red;
}



.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;

}

.jspDrag
{
	background: #6A6B6B;
	position: relative;
	top: 0;
	left: 0;
	position: relative;
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	
}

