/* --- layerPhoto --- */ 
.layerPhoto {
	border: 1px solid #222;
	left: 50%;
	position: absolute;
	top: 50%;
}
.layerPhoto.itemDisplay {border-color: #f00;}

.layerPhoto img {
	left: 0;
	position: absolute;
	top: 0;
}
#setFirst, #edit, #itemDelete{
	background: url(../global/edit.gif) 0 0;
	border: 1px solid #000;
	font-size: 0;
	height: 13px;
	position: absolute;
	right: 41px;
	top: -20px;
	width: 13px;
}
#edit {
	background-position: 26px 0;
	right: 21px;
}
#itemDelete{
	background-position: 13px 0;
	right: 0;
}
a:hover#setFirst, a:hover#edit, a:hover#itemDelete{border-color: #999;}


/* --- infoLayer --- */
#infoLayer {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='global/transparent.png', sizingMethod='scale');
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 0;
	visibility: hidden;
	width: 100%;
}
.layerPhoto > #infoLayer {background: url(../global/transparent.png);}

#infoLayer h4 {
	font-size: 1.1em;
	padding: 2em 1.5em 0 1.5em;
}
#infoLayer p {
	line-height: 1.4em;
	padding: 0 1.5em 0;
}
#infoLayer ul {
	margin: 1.5em;
	padding: 1.5em;
}
#itemName {
	bottom: -2em;
	color: #999;
	font-size: .8em;
	left: .3em;
	line-height: 20px;
	position: absolute;
}


/* --- infoLink --- */
#infoLink {
	background: url(../global/info2.gif);
	bottom: -21px;
	color: #000;
	font-size: 0;
	height: 15px;
	position: absolute;
	right: 0;
	width: 31px;
}


/* --- previous/next --- */
a#previous, a#next {
	background: transparent url(../global/arrows.gif) 0 0 no-repeat;
	color: #000;
	font-size: 0;
	height: 23px;
	left: 50%;
	margin-left: -385px; /* 375 + 10 */
	margin-top: -11px;
	position: absolute;
	top: 50%;
	width: 23px;
}
a#next {
	background-position: 100% 0;
	margin-left: 364px; /* 375 - 23 + 2 + 10 */
}

a:hover#previous {background-position: 0 100%;}
a:hover#next {background-position: 100% 100%;}

/* --- footer --- */
ul#footer {
	bottom: 10px;
	color: #ccc;
	font-size: 1.2em;
	font-weight: bold;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#footer li {
	display: inline;
	list-style: none;
	position: relative;
}
#footer li a {
	color: #999;
	font-size: .8em;
	font-weight: normal;
	padding: .5em;
	text-decoration: none;
	width: 2em;
}
#footer a:visited {color: #555;}
#footer a:hover {color: #fff;}

#index, #index a {
	font-size: .8em;
	font-weight: normal;
}
#index {
	color: #666;
	margin-left: .5em;
}
#footer #index a {
	color: #999;
	padding: .1em;
}
#footer #index a:hover {color: #fff;}