#overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	width: 100%;
	z-index: 5000;
}
#popimg {
	position: absolute;
	z-index: 5001;
	width: 971px;
	top: 25px;
	padding-top: 65px;
	background: #555555 url(/images/popimg/header.gif) no-repeat 0 0;
}
#popimg_nav { float: left; }
#popimg_nav a { 
	position: absolute;
	top: 20px;
	height: 30px;
	width: 35px;
}
#popimg_nav a:hover { background-position: 0 -50px; }
#popimg_previous { right: 170px; }
#popimg_next { right: 130px; }
#popimg_close { right: 80px; }
#popimg_image_holder {
	float: left;
	margin-left: 85px;
	display: inline;
	position: relative;
	width: 800px;
	height: 600px;
	text-align: center;
}
#popimg_loading {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 500px;
	height: 500px;
	disply: block;
	background: transparent url(/images/popimg/loading.gif) no-repeat 0 0;
}
#popimg_footer {
	float: left;
	width: 971px;
	height: 65px;
	background: transparent url(/images/popimg/footer.gif) no-repeat 0 0;
}