/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */
	
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 242px;
	height: 245px;
	overflow: hidden;
	background: #FFFFFF;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	width: 250px;
	height: 100px;
}
#pane3 {
	width: 432px;
	height: 300px;
}
#pane4 {
	width: 432px;
	height: 210px;
}
