

.scroll-pane
			{
				width: 455px;
				height: 380px;
				overflow: auto;
			}
.jspContainer
{
	overflow: hidden;
	position: relative;
	width: 416px;
	height: 178px;

}

.jspPane
{
	position: absolute;
	left: 0; top: 0;
}

.jspVerticalBar
{
	position: absolute;
	top: 0px;
	right: 41px;
	width: 6px;
	height: 130px;
	z-index: 9;
	*top: 10px;
	_top: 10px;
}
.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background:#d0d0d0;
	position: relative;
	border-radius:6px;
}

.jspDrag
{
	background:#535353;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius:6px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow.jspDisabled
{
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
