/***************************************
 * gallery
 ***************************************/
div#gallery {
	margin-top:			20px;
	margin-bottom:		20px;
}

div#gallery table {
	/* The only way I could find to horizontally center a table in most browsers */
/* 	width:				auto; */
	margin: 0 auto;
}
div#gallery tr:nth-child(2n + 2) td {
	padding-bottom: 20px;
}

div#gallery th, div#gallery td {
	padding-right: 25px;
}
div#gallery th:last-child, div#gallery td:last-child {
	padding-right: 0;
}

/*
div#gallery .team_image {
	padding: 0 25px;
}
*/
