#albumlist {
	list-style-type: none;
	padding-bottom: 10em;
	margin-left: -6px;
}#albumlist li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	width: 160px;
	text-align: center;
}
#albumlist img {
	display: block;
	border: 1px solid #666666;
}
#spacer {
	clear: both;
	height: 20px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	clear: both;
	height: 30px;
	line-height: 1.4em;
	width: 100%;
}

