﻿@charset "utf-8";
/* Transparent Pop-up */
#TransparentPopup {
  background-color:#000000;
  display:none;
  height:100%;
  left:0;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:0.50;
  position:fixed;
  top:0;
  width:100%;
  z-index:90;
}
#NZGalleryHolder {
  display:none;
  height:100%;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:200;
}
