jspScrollable {

}
.jspContainer
{
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0px;
	width: 8px;
	height: 100%;
	background: rgba(255,255,255,0.2);
}

.jspHorizontalBar
{
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 100%;
	height: 21px;
/*	border-top: 1px solid #333;*/
/*	background: rgba(0,0,0,0.1);*/
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.3);
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
	background: #ccc url(../images/ui/drag.png) no-repeat center center;
	position: relative;
/*	width: 53px !important;*/
	height: 19px;
	cursor: pointer;	
	border-radius: (0 0 2px 2px);
}
.jspVerticalBar .jspDrag {
	background: #fff;
	height: 10px;
	box-shadow: none;
	border: none;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 6px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}