
/*----------------------------
	Thumbnails
-----------------------------*/

.thumbs{

	margin:10px auto 35px;
	text-align:center;
}

.thumbs a{
	width:240px;
	height:150px;
	display:inline-block;
	border:4px solid #004000;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	border-radius:4px;
	margin: 6px 6px 12px;
	position:relative;
	text-decoration:none;
	
	background-position:center center;
	background-repeat: no-repeat;
	
	-webkit-background-size:cover;
}

.thumbs a:after{
	background-color: #004000;
    border-radius: 7px;
    bottom: -150px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    content: attr(title);
    display: inline-block;
    font-size: 10px;
    max-width: 210px;
    overflow: hidden;
    padding: 2px 2px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}