﻿#photo-gallery {
	overflow: auto;
	width: 800px;
	margin: 0px auto 0px auto;
	background-color: #000000;
	padding: 12px;
	height: 290px;
	text-align: center;
}
.photo-box {
	margin: 14px;
	width: 200px;
	height: 175px;
	background-color: #8a8a8a;
	border: 4px outset #000000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.caption {
	margin-bottom: 20px;
	width: 222px;
	margin-left: 15px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: "arial narrow corbel", arial;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-right: 11px;
}
