/* 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: 250px;
  margin-top:5px;

}
.holder-pages {
  float: left;
  height: 408px;
}
.holder1 {
  float: left;
  height: 110px;

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


#pane1 {
height:250px;
}
#pane-pages {
height:408px;
}

