#photo_gallery {
	list-style: none;
}

#photo_gallery li {
	float: left;
	margin: 8px;
	display: block;
	width: 116px;
	height: 67px;
	text-align: center;
}


#photo_gallery img {
	border: 1px solid #0f2807;
	height: 100%;
}
