#center .album_container {
	position: relative;
	float: left;
	height: 170px;
	margin: 0 10px 10px 0;
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #0081C5;
	letter-spacing: 0px;
	font-size: 11px;
}
#center .album_title,
#center .album_date {
	position: absolute;
	left: 0px;
	width: 100%;
}
#center .album_title {
	height: 50px;
	bottom: 20px;
}
#center .album_date {
	height: 15px;
	bottom: 5px;
}
#center .picture_container {
	position: relative;
	float: left;
	text-align: center;
}
#center .album_container a,
#center .album_container p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#center .picture_container a {
	font-size: 11px;
}