.album_box{
	width:298px;
	margin-top:20px;
	margin-right:20px;
	display: block;
	float: left;
	border: solid 1px #ccc;
	border-radius: 4px;
}
.album_box.last{
	margin-right:0px;
}
.cover{
	border-radius: 4px;
	width:298px;
	height:298px;
	display:block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#photo_show{
	background-color:#000;
	padding:5px 0;
}
#photo_show h2{
	color:#fff;
}
#photo_show ul{
	padding-left:0px;
}
