
#latest_x_albums a {
	/* controls how the elements are displayed on the page:
	 * block : elements are displayed vertically, like DIVs
	 * inline: elements are displayed horizontally, like SPANs
	 */
	display: block;
	text-decoration: none;
	margin-bottom: 3px; /* if using inline, this should be margin-right, probably */
}
#latest_x_albums a img {
	height: 100px;
	width: 100px;
	border: 0;
}
