/* 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: 12px;color: #3E4750;
}


.holder {
	float: left;
	margin:0px;
  height: 140px;
}

.scroll-pane {
	width: 535px;
	height: 140px;
	overflow: auto;
	float: left;
}


.pane1 {
height:140px;
}

#pane2 {
height:140px;
}
