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

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 4px;
	width: 10px;
	height: 100%;
	margin:25px 0;
}


.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background:url(../img/black40.png);
	position: relative;
}

.jspDrag
{
	background:url(../img/black70.png);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}


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

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