
.jScrollPaneContainerHoz {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrackHoz {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #EEE;
}

.jScrollPaneDragHoz {
	position: absolute;
	background: #CCC;
	cursor: pointer;
	overflow: hidden;
}


.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #EEE;
}

.jspDrag
{
	background: #CCC;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}
