/* 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: 580px;
	height: 360px;
	overflow: auto;
	background: none;
	float: left;
}