#pane3 {
	height: 500px;
	width:460px;
	
}

div.container {
	margin-top:231px;
	margin-left:10px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline:none;
}

.jScrollPaneTrack {
	margin-right:12px;
	float:right;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	width:1px;
	background-color:#ffffff;
	overflow:visible;
}

.jScrollPaneDrag {
	position: absolute;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	width:5px;
	margin-left:-4px;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
