.album {
	display: block;
	width: 234px;
	margin-right: 10px;
	background: #fffcf9;
	float: left;
	text-align: center;
	height: 186px;
	border: 1px solid #fffcf9;
}

.album img {
	margin-top: 6px;
}

.album span {
	font-size: 12px;
	margin-top: 4px;
	display: block;
}

.album:hover {
	text-decoration: none !important;
	border: 1px solid #e9d6cc;
	position: relative;
}
