ul.user, ul.albums {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.user {
	list-style: none;
	float: left;
	width: 160px;
	height: 220px;
	margin: 5px;
}

li.albums {
	display: block;
	list-style: none;
	float: left;
	width: 144px;
	height: 144px;
	margin: 5px;
	text-align: center;
}