.holder{
	margin:0px auto;
	text-align:center;
	width: 460px;
}

.scroll-pane {
	margin:0px auto;
	width:665px;
	height:214px;
	overflow:auto;
	background:#FFF;
	text-align:left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: white;
}
.jScrollPaneDrag {
	position: absolute;
	background: #e3e3e3;
	cursor: pointer;
	overflow: hidden;
}

