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

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(https://ab32dc.claudeassets.com/20251118003912im_/http://www.le-monde-des-rottweilers.com/modules/partenaires/img/theme/h300.png) repeat-x;
}

/*
	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:1000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:680px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

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



/*
     FILE ARCHIVED ON 18:36:39 May 27, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:01:20 Jul 25, 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.614
  exclusion.robots: 0.079
  exclusion.robots.policy: 0.067
  esindex: 0.009
  cdx.remote: 8.914
  LoadShardBlock: 163.537 (3)
  PetaboxLoader3.datanode: 298.228 (5)
  PetaboxLoader3.resolve: 427.953 (2)
  load_resource: 633.046
  loaddict: 184.719
*/