@charset "utf-8";
/* CSS Document */

/*Gallery styling, partly and shamelessly stolen from Picasa's gallery code.*/

/* PROPER ALIGNMENT INSIDE CELLS */

.alignmentOuterGrid {
	z-index: 1;
	position: static;
	text-align: center;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.alignmentOuter {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.alignmentOuter {
	position: static;
	text-align: center;
	display: table;
}
.alignmentMiddle {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
.alignmentInner {
	position: static;
}
.AdjustZIndex {
	position: relative;
}
.alignmentOuterGrid .alignmentMiddle .alignmentInner a, a.thumbN {
	height: 150px;
	width: 150px;
	background-color: #F0F0F0;
	display: block;
	border: 1px solid #794740;
	padding: 2px;
	float: left;
	margin: 10px;
}
