	@charset "UTF-8";
	/* CSS Document */
	
	<style type="text/css">
			
.holder {
					float: left;
					margin: 10px;
				}
.scroll-pane {
	width: 375px;
	overflow: auto;
	height: 650px;
	}
				
				
* html .scroll-pane {
	height: 650;
	width: 375px;
	}
	
	
*:first-child+html .scroll-pane {
	height: 650px;
	width: 375px;
	overflow: auto;
}
				
				/* IE SPECIFIC HACKED STYLES */
				* html .osX .jScrollPaneDragBottom {
					bottom: -1px;
				}
				/* /IE SPECIFIC HACKED STYLES */
			</style>

