  #dimScreen {
     background-color: #333333;
     text-align: center;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100px;
     border: 0px solid pink;
     color: white;
     filter:alpha(opacity=70);
     opacity:0.7;
     display: none;
  }

  #imageDisplay {
     position: relative;
     display: none;
     top: 65px;
     background-color: #043e2e;
     color: white;
     margin: 0px auto;
     border: 1px solid black;
  }

  .content {
     margin: 0px auto;
  }

  #imageDisplay img {
     border: 1px solid silver;
     margin: 0px 50px 0px 50px;
  }
  #imageDisplay p {
     text-align: center;
     color: rgb(200,200,200);
  }

  .thumb {
     cursor: pointer;
  }
  .arr {
     cursor: pointer;
  }
  .noCsr {
 
  }
  img.nobdr {
     border: 0px solid white;
  }