.album_thumb_cont {
	width: 120px;
	height: 120px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}

.album_thumb {
	display: block;
	border: 1px dashed #808080;
	border-radius: 5px;
	width: 120px;
	height: 95px;
	text-decoration: none;
	color: #808080;
	font-size: 0.8em;
}

.album_thumb:hover {
	border-color: #00cb00;
	color: #00cb00;
}

.album_thumb img {
	margin: 10px 5px;
}

.album_thumb p {
	margin: 0;
	color: inherit;
}