	
.holder {
	float: left;
	width:500px;
	height:300px;
	margin-left:30px;
	
	margin-bottom:30px;
	}

.scroll-pane {
	width:500px;
	height:300px;
	overflow: auto;
	float: left;
}



