/* ScrollPane style */
			
.holder {
	float: left;
	margin: 5px;
}

.scroll-pane {
	overflow: auto;
	float: left;
}

#pane_main {
	height: 350px;
}
