.afnbox {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:300;  
}

.fadebox {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:150;
}

.fadebox_old {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:150;
  background: #000000;
  opacity:0.2;
	moz-opacity:0.2;
	khtml-opacity:0.2;
	filter:alpha(opacity=20);
}

#afn_outer {
  position:relative;
  left:50%;
  margin-left:-20px;
  text-align:center;
  background: transparent;
  opacity:1;
	moz-opacity:1;
	khtml-opacity:1;
	filter:alpha(opacity=100);
}

#afn_inner {
  position:absolute;
  left:50%;
  text-align:center;
  display:none;
  z-index:60;
  opacity:0;
	moz-opacity:0;
	khtml-opacity:0;
	filter:alpha(opacity=0);
}

#afn_back {
  position:relative;
  background:#c8c8c8;
  width:100%;
  height:100%;
  z-index:50;
  opacity:1;
	moz-opacity:1;
	khtml-opacity:1;
	filter:alpha(opacity=100);
}

#afn_loading {
	position: absolute; 
  top: 50%;
  left: 50%; 
  margin-left:-37px;
  margin-top:-65px;
  width: 74px;
  height: 130px;
  text-align: center; 
  z-index:51; 
  display:inline;
  background: url(https://www.1911.com/images/pixel.gif) center no-repeat;
}

#afn_animated {
	position: absolute;   
  top: 50%;
  left: 50%; 
  margin-left:-37px;
  margin-top:-65px;
  width: 74px;
  height: 130px;
  text-align: center; 
  z-index:52; 
  display:inline;
  background: url(https://www.1911.com/images/rendering_animated.gif) center no-repeat;
}
