/* 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: 220px;

}

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


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