/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

		
.scroll-pane {
	width: 200px;
	height: 210px;
	overflow: auto;
	float: left;
}
.wide {
	width:415px;
}

.super-wide {
	width: 700px;
}
.tall {
	height: 320px;
}
#pane1 {
	height:445px;
}
#pane2 {
	height: 150px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}
