/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .scroll-pane {
	background: #ffffff;	
}
.scroll-pane {
	width: 96%;
	height:100%;
	overflow: auto;
	background: #ffffff;
	float: left;
}
#pane2 {
	width: 96%;
	height:100%;
}
