.jspContainer
{
	overflow: hidden;
	position: relative;
}
.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top:0px;
	right: 0;
	width: 9px;
	height: 100%;
	background:none;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #e4d0ab;
	position: relative;
	border:0px solid #FFF;
	border-bottom:none;
	border-top:none;
	border-radius:5px;
	behavior:url(PIE.htc)
}

.jspDrag{background: none repeat scroll 0 0 #9d0001;
    border-radius: 10px 10px 10px 10px;
	height:50px;
	behavior:url(PIE.htc)
	}

.jspDrag
{
	position: relative;
	left:0px;
	cursor: pointer;

}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	/*background: #80808d;*/
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspArrowUp{
	background:url(../images/uparrow.png) 1px top no-repeat;
	height:8px;
	width:10px;}
	
.jspArrowDown{background:url(../images/downarrow.png) 1px bottom no-repeat;
	height:8px;
	width:10px;
	}

.jspHorizontalBar .jspArrow
{
	width:16px;
	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;
}