/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 520px; 
    
	width:250px;
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
	
}




/*
     FILE ARCHIVED ON 09:48:48 Oct 24, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:17:59 May 21, 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):
  capture_cache.get: 0.328
  captures_list: 0.534
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.027
  esindex: 0.01
  cdx.remote: 5.332
  LoadShardBlock: 187.803 (6)
  PetaboxLoader3.resolve: 87.822 (4)
  PetaboxLoader3.datanode: 126.629 (7)
  load_resource: 59.733
*/