/* 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;
	font-size: 11px;*/
}


.holder {
	float: left;
	margin:0 0px 0 0px;
  height: 620px;
}

.scroll-pane {
  width: 547px;
	height: 600px;
	padding: 0px 10px 0px 10px;  
	overflow: auto;
	float: left;
}


#pane1 {
height:620px;
}
