@charset "utf-8";
 * {margin: 0;
     padding: 0;
     }
 body {
     background: #D3D3D3;
     font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
     }
 .pageCenter {
     /*width: 800px;*/
     /*margin: 10px auto 10px auto;*/
     /*background: linear-gradient(#788F95, #FFFFFF);*/
     /*min-height:550px;*/
     /*box-shadow: 0 3px 9px black, inset 0 0 9px white;*/
     }
  #bigCamModal {  
     background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
     display: none; 
     position: fixed;
     z-index: 1; 
     padding-top: 100px; 
     left: 0;
     top: 0;
     width: 100%; 
     height: 100%; 
     overflow: auto; 
     }

    #bigCamModalContent {   
      background-color: #fefefe;
      margin: auto;
      width: 992px;
      height:560px;
      position: relative;
      }

     .iframe-parent {
      position: relative;
      }
    
     .transparent-block {
      background-color: transparent;
      width: 100%;
      height: 100%;
      position: absolute;
      }






