@charset "UTF-8";
/* CSS Document */

#albumlist {
	list-style-type: none;
}
#albumlist li {
	float: left;
	margin-right: 6px;
	margin-bottom:10px;
}
#albumlist img {
	display: block;
	border: none;
}

