.album
{
	margin: 15px 0 15px 0;
	padding: 10px;
	border-bottom: 1px #ccc dotted;
	/*border-top: 1px #ccc dotted;*/
}

.album .image 
{
	float: left;
	margin:0 25px 0 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;

}


a {
  color: #e71b23;
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }

a img {
	border: none; 
}

.prevnext {
margin-left:350px;
}

.prev {
	float: left;
}

.next {
float:inherit;
}

.breadlineUp {
	margin: 5px 0;
	padding: 10px;
	border-top: 1px #ccc dotted;
	}
.breadlineDown {
	margin: 5px 0;
	padding: 5px;
	border-bottom: 1px #ccc dotted;
	}