@charset "utf-8";

#popUp{
	width:501px;
	height:561px;
	border:0px;
	padding:0px;
	background:url(../images/indicator.gif) center no-repeat;
	z-index:20;
	position:absolute;
	top: 0px;
	left: 0px;

}
.clearer{
	clear:both;
	}
	
* html body #popUp{
	width:501px;
	height:561px;
	border:0px;
	padding:0px;
	background:url(../images/indicator.gif) center no-repeat;
	z-index:20;
	position:absolute;
	top: 0;
	left: 0;

}

.popImage{
	height:561px;
	width:501px;
	float:left;
	background:url(../images/indicator.gif) center no-repeat #FFFFFF;
}
.popTop{
	clear:both;
}
.popLeft{
	float:left;
}
.popRight{
	float:right;
}
.popBottom{
	clear:both;
}
.hideClass{
	display:none;
}
.showClass{
	display:block;
}
.viewer{

}

