/* root element for scrollable */
.vertical {  
  
  /* required settings */
  position:relative;
  overflow:hidden;  

  /* vertical scrollers have typically larger height than width */  
  height: 220px;   
  width: 220px;
 
}

/* root element for scrollable items */
.items {  
  position:absolute;
  
  /* this time we have very large space for height */  
  height:20000em;  
  margin: 0px;
}

/* single scrollable item */
.item {
  border-bottom:1px solid #ddd;
  margin:0px 0;
  padding:0px;
  font-size:12px;
  height:110px;
}

/* elements inside single item */
.item img {
  float:left;
  margin-right:20px;
  height:90px;
  width:218px;
}

.item h3 {
  margin:0 0 5px 0;
  font-size:16px;
  color:#456;
  font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
  width:700px;
  margin:30px 0 10px 0;  
}

#actions a {
  font-size:11px;    
  cursor:pointer;
  color:#666;
}

#actions a:hover {
  text-decoration:underline;
  color:#000;
}

.disabled {
  visibility:hidden;    
}

.next {
  float:left;
}  

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/*
     FILE ARCHIVED ON 15:21:24 Feb 22, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:54:49 May 14, 2025.
     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.647
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.01
  esindex: 0.013
  cdx.remote: 56.363
  LoadShardBlock: 88.294 (3)
  PetaboxLoader3.datanode: 68.022 (4)
  load_resource: 35.034
*/