table#gallery {
	width: 700px;
}
table#gallery ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
table#gallery li {
	position: relative;
	float: left;
	margin: 0 5px 5px 0;
}
table#gallery li img {
	width: 225px;
	height: 225px;
}

table#gallery .description {
	/*position: absolute;*/
	bottom: 0;
	text-align: center;
	width: 225px;
}