.album
{
	margin:40px 50px 50px 0;
	padding: 7px;
	border: 1px #ccc solid;
	width: 100px;
	float: left;
	text-align: center;
}

.album .name{padding-top:5px;}

.album .image 
{
display: block;
margin: 0px auto;
}

.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;
}

.prevnext {
	display: block;
	margin: 20px 0 20px 0;
}

.breadcrumbs a, .breadcrumbs {
	padding-top: 20px;
	font-size: 16px!important;
}
.breadcrumbs h3{ font-size: 25px!important; line-height: 30px!important; font-weight: normal!important;}

h4.imagetitle{font-size: 25px!important; line-height: 30px!important; margin: 20px 0 0 0; font-weight: normal!important;}


