#galleryLandingSet {
width: 780px;
	}

#galleryLandingSet ul {
	margin-left: 35px;
	}

li.galleryLandingItem {
	width: 180px;
	float: left;
	border: 1px solid #d8d8d8;
	background: #f2f2f2;
	margin: 0 12px 12px 0;
	list-style-type: none;
	padding: 12px 12px 0;
	text-align: center;
	}

.galleryLandingItem img {
	background: #fff;
	border: 1px solid #69c;
	padding: 1px;
	margin-bottom: 12px;
	}