#gallery {
	width: 100%; overflow: hidden;
}
#gallery .listing {
	margin: 0px; padding: 0px; text-align: center; list-style-type: none;
}
#gallery .item {
	margin: 0px; padding: 0px; text-align: center; list-style-type: none;
}
#gallery .item {
	width: 33.33%; height: 250px; float: left;
}
#gallery #photos .item {
	width: 24.9%; height: auto; margin-bottom: 2em; display: block;
}
#gallery .listing {
	margin-top: 0.5em; margin-bottom: 0px;
}
#albums .cover {
	border: 2px solid rgb(212, 212, 212); border-image: none;
}
#photos .photo {
	border: 2px solid rgb(212, 212, 212); border-image: none;
}
#albums .num-photos {
	color: rgb(128, 128, 128); font-size: 85%;
}
