

      div.v-filter
      {
      
           position: absolute; z-index: 96; top: 0px; left: 0px; 
           width: 100%; height: 100%;
           background: #ccc url('img/load.gif') center center no-repeat;
                      
           opacity: 0; display: none;
      
      }
      
      table.v-image
      {
      
           position: absolute; z-index: 128; top: 0px; left: 0px; 
           width: 100%; height: 100%;
           
           text-align: center;
           
           display: none; 
      
      }
      
      table.v-image img
      {
            
            display: none;
            border: 4px #eee solid;
      
      }