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

.scroll-pane {
	width: 380px;
	height: 316px;
	overflow: auto;
	float: left;
}


#pane1 {
height: 316px;
}
