a#infoLink {
	background: #999 url(../global/info.gif) 0 0 no-repeat;
	bottom: -20px;
	font-size: 0;
	height: 15px;
	position: absolute;
	right: 0;
	width: 15px;
}
a:hover#infoLink {
	background-color: #333;
	cursor: default;
}
h5 {
	bottom: 30px;
	left: 50%;
	margin-left: -100px;
	position: absolute;
	text-align: center;
	width: 200px;
}


/* --- mainNav --- */
ul#mainNav {
	bottom: 10px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#mainNav li {
	display: inline;
	margin: 0 1em;
}
#mainNav li a {
	color: #555;
	font-size: x-small;
	text-decoration: none;
}
#mainNav li#curMainCat a {
	color: #999;
}
#mainNav li a:hover {
	color: #ccc;
}



/* --- layerPhoto --- */ 
.layerPhoto {
	border: 1px solid #333;
	left: 50%;
	position: absolute;
	top: 50%;
}
img.itemDisplay {
	border-color: #f00;
}
.layerPhoto #caption, .layerPhoto #caption a {
	font-size: x-small;
	color: #999;
}
.layerPhoto #caption {
	bottom: -1.8em;
	left: 0;
	position: absolute;
	text-align: left;
}
#setFirst, #edit {
	border: 1px solid #000;
	font-size: 0;
	height: 13px;
	position: absolute;
	top: -20px;
	width: 13px;
}
#setFirst {
	background: url(../global/setFirst.gif);
	right: 21px;
}
#edit {
	background: url(../global/edit.gif);
	right: 0;
}
a:hover#setFirst, a:hover#edit {
	border-color: #fff;
}
.itemClicks {
	background-color: #000;
	border: 1px solid #222;
	display: block;
	font-size: xx-small;
	left: 1px;
	padding: .3em;
	position: absolute;
	text-decoration: none;
	top: 1px;
}
.itemHomepage {
	border-color: #090;
}
img.itemDisplay {
	border-color: #900;
}
a:hover img.itemDisplay {
	border-color: #f00;
}
