
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 800px;
	height:650px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:800px;
	background-color:#fff;
}






/*
     FILE ARCHIVED ON 08:40:57 Aug 16, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:33:14 May 28, 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.531
  exclusion.robots: 0.053
  exclusion.robots.policy: 0.043
  esindex: 0.01
  cdx.remote: 28.161
  LoadShardBlock: 58.229 (3)
  PetaboxLoader3.datanode: 61.943 (4)
  load_resource: 96.123
  PetaboxLoader3.resolve: 55.784
*/