

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

.gallery_box .img_box {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
    height: 165px;
}

.gallery_box .img_box  table {
	margin: 0;
	padding: 0px;

    width: 185px;
    background: #FFF;
    border: 1px solid #8e8e8e;
    margin-bottom: 4px;
}

.gallery_box .img_title {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #003366;
}

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

.gallery_box .img_box img {
	border: 1px solid #FFF;
		margin: 3px;
}

.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: Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #003366;
}

#gallery_box .line_break {
	clear: both;
}
