/* 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: 0px 0px 0px 0px;
  height: 360px;
}

.scroll-pane {
	width: 637px;
	height: 360px;
	overflow: auto;
	float: left;
}


#pane1 {
height:360px;
}
#pane2 {
height:250px;
}



