

section{
	display: block;
}


/*----------------------------
	Thumbnails
-----------------------------*/

.thumbs{
	width:1100px;
	margin:60px auto 0px;
	text-align:center;
}

.thumbs a{
	width:220px;
	height:220px;
	display:inline-block;
	border:3px solid #00CD66;
	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;
}


/*----------------------------
	Media Queries
-----------------------------*/


@media screen and (max-width: 960px) {
	.thumbs, #credit{
		width:auto;
	}
	
}
