/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

body {
	font-family: Arial, Helvetica, sans-serif;
}
 
 			
.holder {
	float: left;
	margin: 10px;
	
}

.scroll-pane {
	width:456px;
	height:410px;
	overflow:auto;
 
 
 }
.scroll-pane2 {
	width:426px;
	height:360px;
	overflow:auto;
 
 
 }
.scroll-pane3 {
	width:384px;
	height:400px;
	overflow:auto;
 
 
 }
 
.scroll-paneShadowbox {
	width:426px;
	height:340px;
	overflow:auto;
  }
