
.jScrollPaneContainer {
	position: relative;
	height: 345px;
	overflow: hidden;
	z-index: 1;
	border: 0px solid #000;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #f6f6f6;
	border: 0px solid #000;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border: 0px solid #000;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border: 0px solid #000;
}

#pane3 {
	width: 700px;
	height: 345px;
	margin: -10px 0px 0px -10px;
	padding: 10px 36px 10px 12px;
	border: 0px solid #000;
}

