#scrollPaneBorder {
	width:820px;
	height:260px;
	border: 20px solid black;
	overflow: hidden;
}

#scrollPane {
	width: 30000px;
	overflow: auto;
	text-align: left;
}

	#scrollPane div {
		width: 780px;
		height: 220px;
		float: left;
		background-color: #fff;
		padding: 20px;
	}
		#scrollPane img.poster {
			margin-right: 50px;
			float: left;
		}
		#scrollPane div h3 {
			font-size: 24px;
			margin: 20px 0 20px;
		}