
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
    border: 0px solid red;
}

.jScrollPaneTrack {
    display: none;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 10px;
	height: 14px;
    width: 12px;
	text-indent: -2000px;
    background-image: url(images/nav_arrows_up.gif);
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	top: 150px;
	right: 10px;
	height: 14px;
    width: 12px;
	text-indent: -2000px;
    background-image: url(images/nav_arrows_down.gif);
}
