/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

.holder {
  float: left;
  height: 410px;

}

.scroll-pane {
	width: 530px;
	height: 410px;
	overflow: auto;
	float: left;
  outline: none !important;
}


#pane1 {
height:410px;
}
#pane2 {
height:290px;
}

