﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

#Gallery-View-Wrapper { margin-left: auto; margin-right: auto; width: 100%; }
#Gallery-Wrapper { margin-right: 10px; height: 200px; width: 145px; }
#Gallery-Background 
{
	width: inherit; 
	text-align: center;
	display: table-cell; 
	vertical-align: top; 
}
#Gallery-Background * { vertical-align: top; }
#Gallery-Background span { display: inline-block; height: 100%; }
#Gallery-Title {
	font-weight: bold; 
	font-size: 14px; 
	display: block; 
	text-align: center; 
	margin-bottom: 5px;
	height: 40px;
}

#Gallery-Photos-Wrapper { margin-right: 10px; height: 200px; width: 145px; }
#Gallery-Photos-Background {
	width: inherit; 
	display: table-cell; 
	vertical-align: top; 
	margin-bottom: 5px;
}
#Gallery-Photos-Background * { vertical-align: top; }
#Gallery-Photos-Background span { display: inline-block; height: 100%; }

#Gallery-Photo-Background { width: inherit; }
#Gallery-Photo-Background table { text-align: center; }
.Gallery-Photo-Description {
	background: #EBE2CB;
	padding: 5px;
	margin-top: 2px;
	font-style: italic;
	border: 1px dotted;
}
#Gallery-Photo-Title {
	font-size: 1.5em;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	height: 40px;
}

.Gallery-Photo-DetailsView { margin-bottom: 8px; }