#GalleryGrid {
	margin-top: 40px;
}

#GalleryGrid ul {
	width:100%;
	margin:0;
	padding: 0;
}

#GalleryGrid li {
	float:left;
	list-style:none;
	margin-bottom: 34px;
	width: 225px;
	height: 132px;
	overflow: hidden;
}

.galleryItem {
	margin-bottom:20px;	
}