.holder{
	margin:0px auto;
	text-align:center;
	width:460px;
}

.scroll-pane {
	margin:0px auto;
	width:315px;
	height:420px;
	overflow:auto;
	text-align:left;
	/*border:1px solid blue;*/
}

.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: #D2C1A3;
	cursor: pointer;
	overflow: hidden;
}


