/* 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: 880px;
	height: 520px;
	overflow: auto;
	float: left;
	padding-right:20px;
}

.wide {
	width: 900px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 600px;
}

#pane1 {
}
#pane2 {
	height: 150px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}
