/* 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: 380px;
	margin:20px 0px 0px 0px;
	overflow: auto;
	float: left;
	
}





