/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */





			
.holder {
	
	
}

.scroll-pane {
	width: 130px;
	height: 333px;
	overflow: auto;
	float: left;
	font-weight: 100;
	scrollbarWidth: 2;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

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