
.title {
    font-size: 14px;
    font-family: tahoma;
    color: #5f5f5f;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d89103;
    padding-bottom: 3px;
    margin-bottom: 11px;
}
.gallery_box {
	width: 100%;
	text-align: center;
}

.img_box {
    height:120px;
}
.img_box img {
    border:1px solid white; 
}

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

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

.img_file img {
	border: 0;
	margin:1px;
}

.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;
}
