@charset "utf-8";
/* CSS Document */
/* 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: 100%;
	height: 448px;
	overflow: auto;
	/*background: #fff;*/
	float: left;
}
.scroll-pane2 {
	width: 500px;
	height: 448px;
	overflow: auto;
	/*background: #fff;*/
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 150px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 300px;
}
#pane5 {
	height: 500px;
}
#pane6 {
	height: 650px;
}
