.txt12pxBlk {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.copy {
	font-family: tahoma;
	font-size: 11px;
	color: #999999;
}
.txt12blk {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}

  #stage {
    width: 496px;
    height: 274px;
  }

  #stage a {
    position: absolute;
  }
  #stage a img {
    background: #fff;
  }

  #stage a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
    z-index: 20;
  }
  #stage a:nth-of-type(2) {
    z-index: 10;
  }
  #stage a:nth-of-type(n+3) {
    display: none;
  }

  @keyframes fader {
    from { opacity: 1.0; }
    to   { opacity: 0.0; }
  }
