<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*----------------------------
	Thumbnails
-----------------------------*/

#thumbs{
	font:10px Tahoma, Geneva, Verdana, sans-serif;
	width:780px;
	margin:10px auto 35px;
	text-align:center;

	
}

#thumbs a{
	width:160px;
	height:140px;
	display:inline-block;
	border:3px solid #303030;
	margin: 5px 5px 70px;
	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: #000;
    border-radius: 0px;
    bottom: -146px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    content: attr(title);
    display: inline-block;
    font-size: 10px;
    max-width: 160px;
    overflow: hidden;
    padding: 2px 5px;
    position: relative;
    text-align: left;
	white-space:normal;
}



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


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


</pre></body></html>