/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */




		
.holder {
	
}

.scroll-pane {
	width: 522px;
	
	height: 510px;
	overflow: auto;
	background: #C4C3BA;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
