.album-box {
	width: 210px;
	height: 230px;
	border: 2px solid #ececec;
	text-align: center;
	margin: 3px;
	float: left;
}

.album-box-title {
	background: #ececec;
	text-align: center;
	color: gray;
}

.album-box img {
	border: 0px;
	padding: 3px;
}

#album-box-info {
	border: 1px solid #7b7b7b;
	background: #FBE6B9;
	padding: 5px;
}

#album-box-info-title {
	font-weight: bold;
	text-align: center;
}

.justify {
	text-align: justify;
}

.photo-box {
	width: 210px;
	height: 300px;
	border: 2px solid #ececec;
	text-align: center;
	float: left;
	margin: 5px;
}

.photo-box img {
	border: 0px;
	padding: 3px;
}
