div#aOverlay {
	position: absolute;
	top: 0; left: 0;
	display: none;
	z-index: 995;
	background: #000;
	overflow: hidden;
}	
div#aOverlay img#aLoadImg {
	position: absolute;
	z-index: 996;
}
div#aBox {
	position: absolute;
	display: none;
	z-index: 997;
	background: #FFF;
	padding: 10px 10px 0;
	overflow: hidden;
	text-align: center;
	color: #191919;
	border: 1px solid #999;
	border-right-color: #000;
	border-bottom-color: #000;
}	
div#aBox img#aClose {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	cursor: pointer;
}
div#aBox div#aInternal { 
	opacity: 0;
	padding: 0;
}
div#aBox h1 { text-align: center; font-size: 1.2em; margin: 0; color: #191919; }
div#aBox p { text-align: center; margin: 0; }
img#aImg {
	opacity: 0;
	display: block;
	position: relative; 
	z-index: 998; 
	margin: 0 0 5px;
	border: 1px solid #000;
	border-right-color: #999;
	border-bottom-color: #999;
}
a#aPrev, a#aNext {
	text-decoration: none;
	text-indent: -999em;
	width: 40px; 
	height: 20px;
	margin-top: 5px;
	cursor: pointer;
}
a#aPrev { 
	float: left;
	background-image: url(/art/aPrev.gif);
}
a#aNext { 
	float: right;
	background-image: url(/art/aNext.gif);
}
div#aBox *:focus { outline: none; }
p.aIndex { font-size: 10px; }

