@charset "UTF-8";
.album {
	padding:0px;
	margin-bottom:10px;
	margin-right:10px;
	border:1px solid #3F3F3F;
	text-align:left;
}
.album .image {
	float: left;
	border:1px solid #4F4F4F; 
	margin: 5px;
}
.album a:hover .image {
	border:1px solid #FFFFFF; 
}
.album .description {
	text-align:left;
}
.album h2.name {
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:5px;
	padding: 0px;
}
.clear {
	clear: both;
}
.thumbs {
	text-align: left;
}
.thumbs a img {
	margin-right: 4px;
	margin-bottom:13px;
	padding: 2px;
	border:1px solid #4F4F4F;
}
.thumbs a:hover img {
	border:1px solid #FFFFFF;
}

.thumbNav{
	margin-top:-10px;
	margin-bottom:10px;
 color:#DBE2E2;
}
.thumbNav a{
 color:#DBE2E2;
}
.big{
	margin:0px;
	padding: 4px;
	border:1px solid #4F4F4F;
}

