

.gallery_box {
	width: 100%;
	text-align: center;
	background: url('../gfx/gpm/spacer.jpg') repeat-x 0 6px;
	padding: 24px 0 0 0;

}

.gallery_box .img_box {
	float: left;
	margin: 0 10px 10px 0;
	width: 140px;
}

.gallery_box .img_box table {
	margin: 0;
	padding: 0;
    border: #aeaeae 1px solid;
	border-left: 0;
	border-bottom: 0;
    width: 100%;
    background: white;
}

.gallery_box .img_file {
	text-align: center;
	border: 0;
	padding: 0;
	height: 100px;
	vertical-align: middle;
}

.gallery_box .img_box img {
	border: 0;
	cursor: pointer;
}


