article {
	text-align: center;
}
article img {
	width: 65%;
}
.al_title,
.album,
.unfold_b {
	display: inline-block;
	width: 640px;
}
.album {
	position: relative;
	line-height: 2em;
	
}
.album img {
	display: inline-block;
	width: 100% !important;
}
.unfold_b {
	background-color: #DDD;
	cursor: pointer;
	transition: all 0.5s;
}
.unfold_b:hover {
	text-shadow: 3px 3px 1px #CCC;
	background-color: #EEE;
	border-radius: 10px;
}