/* 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: 170px;
	height: 400px;
	overflow: auto;
	float: left;
	padding-left: 10px;
}

.profile {
	width: 155px;
	height: 255px;
	overflow: auto;
	float: left;
	padding-left: 0px;
	margin-right: -5px;
}

#pane1 {
}
