.album {
	margin: 7px 0;
	padding: 7px;
	border: 1px #ccc solid;
}

.album h2.name {
	border:none;
	display:inline;
	font-size:1.5em;
}

h2.album_title {
	font-size:1.5em;
}

.thumbs div {
	float:left;
	margin-right:10px;
	text-align:center;
}

.clear { clear: both; }

.prev {
	float: left;
}

.next {
	float: right;
}