/*// hashslider v0.9 by manuel huegel, copyright 2010
// mgoys.com*/


/*the container*/
#slider {
	position: relative; /*important for ie bugfix*/
	width: 762px; height: 300px; /*the width of the slider is important but could be everything in pixels*/
	overflow: hidden;
	z-index: 10;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;


	}
/*the for and back buttons*/
#right { /*hides the inline text with textindent*/
	padding: 0px;
	background-color: white;
	width: 50px;
	margin: 0px 0;
	cursor: pointer;
	}
	
#left {
	background-color: white;
	width: 50px;
	margin: 0px 0;
	cursor: pointer;
	}
#slider ul { /*the width of the ul and the li will be set automaticly by the javascript!*/
	position: relative;
	margin: 0px;
	margin-left: -6px;
	padding: 0px;
	min-width: 2833px;
	min-height: 250px;
	}
	
#slider ul li { /*the width of the ul and the li will be set automaticly by the javascript!*/
	float: left;
	list-style: none;
	margin: 6px	;
	}


/*the numbered navigation*/
#numbers { /*also the width of the number-wrapper will be set automaticly, delete line 33-35 in the js to avoid this*/
	text-align: center;
	list-style: none;
	width: 105px;
	display: inline-block;
	}	
	
#numbers li {
	position: relative;
	float: left;
	
	width: 15px; height: 15px; 
	margin: 0 5px; 
	border: 0px ;
	}
	
.activenum { /*marks the current sliderposition*/
	}
/*
     FILE ARCHIVED ON 15:09:26 Sep 20, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:22:01 Aug 26, 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.441
  exclusion.robots: 0.057
  exclusion.robots.policy: 0.047
  esindex: 0.005
  cdx.remote: 20.47
  LoadShardBlock: 114.458 (3)
  PetaboxLoader3.resolve: 364.211 (4)
  PetaboxLoader3.datanode: 134.127 (5)
  load_resource: 440.025
  loaddict: 31.765
*/