
.jScrollPaneContainer {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	background: #cfab6d;
	position: absolute;
	right: 0px;
	height: 100%;
	cursor: pointer;
}
.jScrollPaneDrag {
	background: #694b04;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	height: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0px;
	overflow: hidden;
}
/* IE SPECIFIC HACKED STYLES */
* html .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */
a.jScrollArrowUp {
	display: none;
	height: 0px;
}
a.jScrollArrowDown {
	display: none;
	height: 0px;
}



