  #filter
  {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    z-index:700;
  }

  #box 
  {
    display: none;
    position: absolute;
    top: 6%;
    left: 50%;
    padding: 0;
    margin:0;
    margin-left: -300px;
    border: 0px solid black;
    z-index:701;
    overflow: none;
  }

  #boxcontent
  {
    position:relative;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    padding: 0px;
	position:relative;
    overflow: none;
    width:100%;
    height:100%;
  }