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

.thumbs{
	/*width:480px;
	margin:60px auto 35px;
	text-align:center;*/
}

.thumbs a{
	width: 100px;
	height: 100px;
	display:inline-block;
	border-radius:4px;
	margin: 10px 5px 10px;
	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: -136px;
    color: #FFFFFF;
    content: attr(title);
    display: inline-block;
    font-size: 10px;
    max-width: 90px;
    overflow: hidden;
    padding: 2px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
