
/*----------------------------
	Thumbnails
-----------------------------*/

#thumbs{
	font:9px Tahoma, Geneva, Verdana, sans-serif;
	width:780px;
	margin:10px 30px 45px 20px;
	text-align:center;

	
}

#thumbs a{
	width:140px;
	height:140px;
	display:inline-block;
	border:3px solid #ccc;
	margin: 30px 5px 80px;
	position:relative;
	text-decoration:none;
	vertical-align:top;
	
	
	background-position:center center;
	background-repeat: no-repeat;
	
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}

#thumbs a:after{
	background-color: #FFF;
    border-radius: 0px;
    bottom: -146px;
    color: #000;
    content: attr(title);
    display: inline-block;
    font-size: 9px;
    max-width: 360px;
    overflow: hidden;
    padding: 2px 5px 0px 10px;
    position: relative;
    text-align: center;
	white-space:normal;
}




/*----------------------------
	Media Queries
-----------------------------*/


@media screen and (max-width: 960px) {
	#thumbs, #credit{
		width:auto;
	}
	
	footer{
		display:none;
	}
	
	#bsaHolder{
		display:none;
	}
}


