#nav-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5000;
	text-shadow: #000 0 0 1px;
}

#nav-overlay-content {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/black80pct.png);
	cursor: default;
	-moz-opacity: 0.999999;
}

.section-list-wrapper {
	text-transform: lowercase;
	width: 54em;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	margin-top: 27ex;
}

.section-list {
}

.section-title {
	font-weight: bold;
}

.section-item {
	padding-right: 1ex;
	padding-left: 1ex;
	width: 12em;
	display: block;
	float: left;
	border-left: 1px solid #222222;
	position: relative;
	height: 2000px;
	-moz-opacity: 0.999999;
}

.section-item-last {
	border-right: 1px solid #222222;
}

.gallery-list-wrapper {
	display: block;
	height: 25ex;
	position: relative;
}

.gallery-list {
	line-height: 1.5;
	position: absolute;
	bottom: 0;
}

.gallery-item {
	color: #ababab;
	-moz-opacity: 0.999999;
}

.gallery-item a {
	text-decoration: none;
	color: #777777;
}

.gallery-item a:hover {
	text-decoration: none;
	color: white;
}

.current-gallery-item {
	color: white;
	font-weight: bold;
}

.current-gallery-item a {
	color: white;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a.current {
	color: white;
}
