#exteriorWrapper { height:100%; }
#popWindow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;

	height: 0;
	overflow: hidden;
}
#popBG {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
#popPlayer{
  position: absolute;
  left: 0;
  top: 0;
  width: 734px;
  height: 567px;
  	left: 50%;
	margin-left: -267px;
    top: 50%;
margin-top: -283px;
}
#popClose {
  width: 96px;
  height: 95px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: -48px;
  top: -47px;
}
#popClose:hover img { margin-top: -95px; }