/* 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 {
	/*height: 436px;*/
	overflow: auto;
	float: left;
}

#pane {
	width:793px;
	height:436px;
}
#pane-press {
	width:464px;
	height:436px;
}
#pane-card { 
	height:400px;
	width:793px;
}