.autoclear::after {
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  content: ".";
}.autoclear { display: inline-block; }.autoclear { display: block; }
/*\*/ * html .autoclear { height: 1%; } /**/

.album {
}

.album .image {
}


.album h2.name {
	margin: 15px 0 10px; padding: 0 0 5px;

	font-size: 1.2em;
	font-weight: bold;

	border-bottom: 2px solid #0068A9;
}
	.album h2.name a {
		text-decoration: none;
	}

.clear { clear: both; }

.thumbs {
	text-align: left;
}

.thumbs img {
	margin: 4px; padding: 2px;

	border: 1px #ccc solid;
}

a img {
	border: none;
}

.prev {
	float: left;
}

.next {
	float: right;
}

.album .photo {
	padding: 0 10px 0 0;

	float: left;
}
.album .details {
	float: left;
}
