#gallery{
	text-align: center;
	padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

#gallery .anons{
	text-align: justify;
}

.gallery .photos h3{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	color: #333333;
	line-height: 1.05em;
	letter-spacing: 0em;
	margin-bottom: 30px;
}

.gallery .thumbnails{
	border: none;
	padding-left: 0px;
}

.gallery .thumbnails img{
	height: 160px;
	margin: 0;
	width: 100%;
}

.gallery .thumbnails p{
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
    color: #777777;
    margin-top: 0px;
    padding-top: 5px;
    text-align: center;
}