.album
{
	margin: 7px 0;
	padding: 7px;
	border: 1px #ccc solid;
}

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

.album a {
	color: #000;
	text-decoration: none;
}

.album a:hover {
	color: #fff;
	text-decoration: none;
}

.prevnext a {
	color: #000;
	text-decoration: none;
}

.prevnext a:hover {
	color: #fff;
	text-decoration: none;
}

a.backlink {
	color: #000;
	text-decoration: none;
}

a.backlink:hover {
	color: #fff;
	text-decoration: none;
}

.album h2.name
{
	font-color: #000000
                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;

}


a img {
	border: none; 
}

.prev {
	float: left;
}

.next {
	float: right;
}