/* 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: 454px;
  padding:10px 0 10px 0;
}
.holder1 {
  float: left;
  height: 110px;

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


#pane1 {
height:250px;
}
#pane2 {
height:400px;
}
#pane-pages {
height:454px;
}

