
/*----------------------------
	Thumbnails
-----------------------------*/

.thumbs{
	
}

.thumbs a{
	width:130px;
	height:130px;
	display:inline-block;
	border:5px solid #e0dede;
	margin-right: 5px;
	margin-bottom: 5px;
	position:relative;
	text-decoration:none;
	background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}


#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;
}
