/*-------------------------
	Simple reset
--------------------------*/


/*-------------------------
	General Styles
--------------------------*/



/*----------------------------
	The Header
-----------------------------*/




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

.thumbs{
	width:680px;
	margin:20px auto 35px;
	text-align:center;
	
}

.thumbs a{
	width:120px;
	height:120px;
	display:inline-block;
	border:2px dashed #ccc;
	padding:1px;
	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:hover	{
	color:#F00;
}


.thumbs a:after{
	background-color: #fff;
    border-radius: 5px;
    bottom: -136px;
    
    color: #000;
    content: attr(title);
    display: inline-block;
    font-size: 12px;
    max-width: 90px;
    overflow: hidden;
    padding: 2px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}



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




/*----------------------------
	The Footer
-----------------------------*/



