.Gallery
{
  margin: 0;
  padding: 0;
  text-align: center;
}

.Gallery .Thumbnail
{
  margin: .5em .25em;
  text-align: middle;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}

.Gallery .Thumbnail a
{
  text-decoration: none;
}

.Gallery .Thumbnail img
{
  border: 1px solid white;
  display: block;
  margin: 0 auto;
}

.Gallery .Caption
{
  font-size: 0.8em;	
}

.Viewer img 
{
    border: 5px solid white;
}

.PhotoInfo {
	color:rgb(176, 174, 172);
	background-color:rgb(32,32,32);
	border: 1px solid rgb(42,42,42);
	font-size: 0.8em;
	
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	
	margin: 5px 0px;
}

.PhotoInfoHeader {
	font-weight:bold;
	padding: 2px 5px;
}

.PhotoInfoField {
	padding: 5px;
	text-decoration:none;
	color:rgb(176, 174, 172);
	position: relative;
	display: block;
}

.PhotoInfoField.Odd {
	background-color:rgb(38,38,38);
}
