/* ----------------------------------------------------------------------------------- */
  /* SUPERSIZED PLUGIN */
  /* ----------------------------------------------------------------------------------- */
 
  #wrap {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  body.admin-menu #wrap {
    top: 21px;
  }
  
  #loading {
    position: absolute;
    top:65px;
    left:0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    background:#CACACA;
   /*
     background:url(../images/loading_bg.gif) repeat-x #CACACA;
   */
  }
  
  body.logged-in #loading {
    top:95px;
    left:30px;
  }
  
  #supersize {
    position: fixed;
  }
  
  #supersize img, 
  #supersize a {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    z-index: 0;
    cursor:default;
  }
  
  #supersize .prevslide, 
  #supersize .prevslide img {
    z-index: 1;
  }
  
  #supersize .activeslide, 
  #supersize .activeslide img {
    z-index: 2;
  }
  