@charset "UTF-8";
/* CSS Document */

#imagegallery {
	padding-left:10px;
	margin-bottom:20px;
	margin-top:10px;
}

#imagegallery img {
	border:none;
	height:220px;
	width:220px;
	float:left;
}
