/* CSS Document */
.image-gallery {
	background: #f3f3f3;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.gallery li {
	display: inline-block;
	list-style: none;
}
ul.gallery li img {
	width: 210px;
	height: 180px;
}