 
.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #000;
}
			
.holder {
	float: left;
	margin: 10px;  
}

.scroll-pane {
	width: 200px;
/*	height: 560px; */
	overflow: auto;
	float: left;
}

.scroll-pane1 {
	width: 200px;
/*	height: 180px; */
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	/* height:560px; */
}

 
 