
div.gallery {
	float: left;
	width: 880px;
	padding-bottom: 15px;
}

div.gallery div.header {
	float: left;
	width: 100%;
	color: #16436b;
	font-weight: bold;
	font-size: 14px;
	border-bottom: solid 1px #aac0d1;
	margin-top: 25px;
	margin-bottom: 10px;
}

div.gallery div.row {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-left: 1px;
}

div.gallery div.header-description {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

div.gallery div.header-delimiter {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

div.gallery div.row-delimiter {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

div.gallery div.row div.first {
	margin-left: 0px !important;
}

div.gallery div.row div.image {
	float: left;
	width: 150px;
	margin-left: 32px;
}

div.gallery div.row div.image table {
	width: 100%;
	border-spacing: 0px;
    table-layout: fixed;
}

div.gallery div.row div.image table tr td {
	padding: 0px;
}

div.gallery div.row div.image table tr td.image {
	text-align: center;
	vertical-align: middle;
}

div.gallery div.row div.image table tr td.title {
	padding: 10px 0px !important;
	text-align: center;
	font-size: 11px;
	color: #16436b;
}

div.gallery div.row div.image table tr td.link {
	text-align: center;
	font-size: 11px;
}

div.gallery div.row div.image table tr td.link a {
	color: #898989;
	text-decoration: underline;
	font-size: inherit;
}
