

.orange-bar .jScrollPaneTrack {
	background:  url(bg_bar.jpg) no-repeat;
	height:525px;
}
.orange-bar .jScrollPaneDrag {
	background:  url(scroll.jpg) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: none;
}
			
.holder {
	float: left;
	margin: 12px 0 0 0;
}

.scroll-pane {
	width: 680px;
	height: 525px;
	overflow: auto;
	float: left;
}


