/* 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: 302px;
	height: 254px;
	overflow: auto;
	background: #000;
	float: left;
	padding-top:10px;
	padding-left:10px;

}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 244px;
}

#pane1 {

}
#pane2 {
	height: 150px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}