.album {
	margin: 7px 0;
	padding: 4px;
	background: #444;
}

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


.album h5.name {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
	padding: 0 0 0 4px;
}

h6 {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
}

.description {
	padding: 0 0 0 4px;
	text-transform: lowercase;
}

.clear {
	clear: both;
}

.thumbs {
	text-align: left;	
}

.thumbs img {
	margin: 4px 4px 0 0;
	padding: 4px;
}

a img {
	border: none; 
}

.prev {
	float: left;
}

.next {
	float: right;
	margin: 0 2px 0 0;
}