/* 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: 5px;
}

.scroll-pane {
	width: 270px;
	height: 300px;
	overflow: auto;
	background: #fff;
	float: left;
}


#pane2 {
	height: 300px;
/*	width: 300px; */
}

.scroll-pane2 {
	width: 640px;
	height: 600px;
	overflow: auto;
	background: #fff;
	float: left;
}


#pane3 {
	height: 600px;
/*	width: 300px; */
}
