.thumbs{
	margin:60px auto 35px;
}

.thumbs a{
	width:166px;
	height:120px;
	display:inline-block;
	border:2px solid #F5F5F5;
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	border-radius:4px;
    margin: 0px 6px 20px;
    position:relative;
	text-decoration:none;
	
	background-position:center center;
	background-repeat: no-repeat;
	background-color: #F5F5F5;

}