
/**
 * Grid container
 */
#tiles {
list-style-type: none;
position: relative; /** Needed to ensure items are laid out relative to this container **/
margin: 0;
}

/**
 * Grid items
 */
#tiles li {
width: 200px;
background-color: #ffffff;
border: 1px solid #dedede;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
/**display: none; YSW Hide items initially to avoid a flicker effect **/display: none;
/*cursor: pointer;*/
padding: 10px;
margin-right:7px;margin-bottom:7px;float:left;/* YSW */
}

#tiles li img {
display: block;
}

/** Loader **/
  
#loader {
  height: 16px;
  text-align: center;
  padding: 25px 0 25px 0;
}
  
#loaderCircle {
  width: 16px;
  height: 16px;
margin: 0 auto;
  background-image: url('https://3b44bc.claudeassets.com/20230815070547im_/https://www.impactcomputers.net/scripts/wookmark/images/loader.gif');
}
/*
     FILE ARCHIVED ON 07:02:59 Aug 15, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:49:19 Jun 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.462
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.031
  esindex: 0.008
  cdx.remote: 6.835
  LoadShardBlock: 56.971 (3)
  PetaboxLoader3.datanode: 104.961 (5)
  PetaboxLoader3.resolve: 109.874 (2)
  load_resource: 168.632
  loaddict: 35.838
*/