

#thumbs{
	width:100%;
	margin:20px auto 25px;

}

#thumbs a{
	width:45%;
	height:130px;
	display:inline-block;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	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{
    border-radius: 7px;
    bottom: -145px;
    color: #333333;
    content: attr(title);
    display: inline-block;
    font-size: 14px;
    max-width: 160px;
    overflow: hidden;
    padding: 2px 0px;
    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;
}



#thumbs1{
	width:100%;
	margin:20px auto 25px;

}

#thumbs1 a{
	width:150px;
	height:120px;
	display:inline-block;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	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;
}

#thumbs1 a:after{
    border-radius: 7px;
    bottom: -130px;
    color: #333333;
    content: attr(title);
    display: inline-block;
    font-size: 14px;
    max-width: 140px;
    overflow: hidden;
    padding: 2px 0px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

