@charset "utf-8";
/* CSS Document */

#gallery {
	width: 800px;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: .85em;
}

#gallery ul li {
	list-style: none;
	width: 180px;
	height: 110px;
	margin: 5px;
	float: left;
	text-align: center;
}

#gallery ul li img {
	height: 75px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#gallery .image {
	font-size: 3em;
}
