table.gallery {
	border-spacing: 10px 10px;
	margin-left: auto;
	margin-right: auto;
}

.gallery_cell_full {
	background-color: #f6f6f6;
	padding: 10px;
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
  vertical-align: middle;
  text-align: center;
}


.gallery_links {
  color: #444444;
  font-weight: 500;
}

.gallery_links a {
  text-decoration: none;
  color: #111166;
}

.gallery_links a:hover {
  text-decoration: underline;
}

.gallery_cell_empty {
	border-style: none;
	border-width: 0px;
	padding: 10px;
}

.single_photo {
	background-color: #f6f6f6;
	padding: 10px;
	margin: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	text-align: center;
}

.error {
	background-color: #f6f6ff;
	padding: 10px;
	width: 40%;
	margin: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	color: red;
	font-weight: 600;
}

.navigator {
	text-align: center;
  color: #444444;
  font-weight: 500;
}

.navigator a {
  text-decoration: none;
  color: #111166;
}

.navigator a:hover {
  text-decoration: underline;
}

.navigator img {
  border: none 0px;
  position: relative;
  top: 4px;
}
