/* 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;
	margin: 10px;
}

.scroll-pane {
	width: 248px;
	padding-top:0px;
	padding-left:0px;
	overflow: auto;
}

#pane1 {
	height:300px;
}

.leftcol #pane1 {
	height:150px;
	width:200px
}
