.gallery_album_container{
	margin-bottom: 10px;
}
.gallery_album_cover{
	margin: 5px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: 40px;
	max-height: 40px;
	overflow: hidden;
	float: left;
}
.gallery_album_title{
	float:left;
	margin-top: 3px;
	width: 200px;
}
.gallery_thumbs{
	margin: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	max-width: 80px;
	max-height: 80px;
	overflow: hidden;
	float: left;
}
.gallery_album_photos{
	width: 100px; 
	height: 100px;
	text-align: center;
	float: left;
}