.thumbs {
	width: auto;
	margin: 0px auto 35px;
	text-align: left;
}
.thumbs a {
	width: 155px;
	height: 155px;
	display: inline-block;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	/*border-radius: 4px;*/
	margin: 6px 6px 40px;
	position: relative;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.thumbs a:after {
	color: #303030;
	/*border-radius: 0px 0px 7px 7px;*/
	bottom: -155px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	background-color: #FFFFFF;
	content: attr(title);
	display: inline-block;
	font-size: 12px;
	width: 155px;
	left: 0px;
	overflow: hidden;
	padding: 2px 5px 2px 5px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
#credit {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	font-size: 11px;
	margin: 0 auto 70px;
	opacity: 0.5;
	padding: 12px 16px;
	text-align: center;
	width: 400px;
}
@media screen and (max-width:960px) {
.thumbs, #credit {
	width: auto;
}
footer {
	display: none;
}
#bsaHolder {
	display: none;
}
}
.thumbs a {
	width: 100%;
	height: 100%;
	display: inline-block;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	margin: 6px 0 6px 0;
	/* position: relative; */
	text-align: center;
	background: 0;
}
.thumbs a img {
	width: 100%;/*max-height:173px;*/
}
.thumbs a:after {
	display: none;
}
.thumbs div div.title {position:relative;top:0px;left:10px;}