



.gallery_box {

	width: 100%;
	margin-top: 25px;
	text-align: center;

}



.gallery_box .img_box {

	float: left;

	margin-right: 10px;

	margin-bottom: 20px;

	width: 165px;
	height: 180px;
    

}



.gallery_box .img_box  table {

	margin: 0;

	padding: 0;

    border: #E9E9E9 1px solid;

    width: 100%;
	height: 155px;
    background: white;

    margin-bottom: 1px;

}


.gallery_box .img_title {
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	background: #E9E9E9;
    position: relative;

}

.gallery_box .img_title a {
	padding: 4px 0;
	text-decoration: none;
    color: black;
	float: left;
    font-family: Arial;
	width: 100%;
    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;

}
