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

	/* required settings */
	position:relative;
	float:left;
	display:inline;
	overflow:hidden;
	width: 909px;
	height: 263px;
	top:34px;
	left:14px;
	z-index:1;
	/* custom decorations *//*
	border:1px solid #ccc;*/
}

/*
	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;
	z-index:1;
}

.items div {
	position:relative;
	float:left;
	display:inline;
	width:909px;
	height:263px;
	z-index:1;
}

/* single scrollable item */
.scrollable img {
	float:left;
	width:909px;
	height:263px;
	z-index:1;
}

/* active item */
.scrollable .active {
/*	border:2px solid #000;*/
	position:relative;
	cursor:default;
}



/*
     FILE ARCHIVED ON 09:20:53 Jan 08, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:12:56 Mar 19, 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.889
  exclusion.robots: 0.12
  exclusion.robots.policy: 0.11
  esindex: 0.015
  cdx.remote: 6.897
  LoadShardBlock: 53.854 (3)
  PetaboxLoader3.datanode: 64.187 (4)
  load_resource: 194.221
  PetaboxLoader3.resolve: 168.759
*/