@charset "utf-8";
#ImageGallery {
	width: 822px;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
}
#ImageGallery img {
	height: 77px;
	width: 103px;
	border: 1px solid #0034ff;
	float: left;
	margin-right: 11px;
	display: inline;
	margin-bottom: 11px;
}
