

.gallery_box {
	width: 100%;
	text-align: left;
}

.gallery_box .img_box {
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
	width: 120px;
    
}

.gallery_box .img_box  table {
	margin: 0;
	padding: 0;
    border: #787A7C 1px solid;
    width: 100%;
    background: white;
    margin-bottom: 4px;
}

.gallery_box .img_title {
    color: black;
    font-family: Arial;
    font-size: 12px;
}

.gallery_box .img_file {
	text-align: center;
	border: 0;
	padding: 0;
	height: 120px;
	vertical-align: middle;
}

.gallery_box .img_box img {
	border: 0;
}

.gallery_box .img_desc {
	text-align: center;
	padding: 2px;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: middle;
}
.gallery_box .img_box .descr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #666666;
}

#gallery_box .line_break {
	clear: both;
}

@media only screen and (max-width: 860px){.asaf{}.gallery_box{text-align: center!important;}}