div.photo-section {
	
}

div.photo-section table.data-table {
	font-size: 1px;
}

div.photo-section table.data-table tr.head-row td {
    padding-right: 2px;
	padding-bottom: 3px;
	border-bottom:none;
}
div.photo-section table.data-table tr.data-row {
	border-top:none;
	border-bottom:none;
	padding: 0;
}
div.photo-section table.data-table th.data-cell {
	border-top:none;
	border-bottom:none;
	padding: 0;
}

div.photo-section table.data-table img {
	float: left;
}