.album
{
	margin: 7px 0;
	padding: 7px;
	border: 6px solid #1C1C1C;
	background:#0C0C0C;
}

.album.alt
{
	border: 6px solid #0C0C0C;
	background:#1C1C1C;
}

.album .image 
{
	float: right; 
	margin-left: 5px;
}


.album h2.name
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.clear { clear: both; }

.thumbs
{
	text-align: left;
}

.thumbs img
{
	margin: 4px;
	padding: 2px;
	border: 1px #ccc solid;

}

.thumbs a
{
	float: left;
	display:block;
	height:135px;
	line-height:140px;
	margin-left:15px;
	width:22%;
}

.thumbs br
{
  display:none;
}

.thumbs a img {
	border: none;
	width:80%;
}

.prev {
	float: left;
}

.next {
	float: right;
}

/* center the image on the details page */
body.page-id-34 p img { margin: 30px auto 10px auto;}
body.page-id-34 div.prevnext + p, body.page-id-34 h3.imagetitle { text-align:center; color:#999;}
