/* 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;}
.scroll-pane { width: 630px; height: 340px; overflow: auto; background:#fff; float: left;}
.wide { width: 630px;}
.super-wide { width: 630px;}
.tall { height: 340px;}
#pane2 { height: 340px;}


.holder1 { float: left;}
.scroll-pane1 { width: 300px; height:285px; overflow: auto; background:#fff; float: left;}
#pane3 { height:285px;}
