/*	WDW SLIDER ONLY CSS */
	#wdwcontainer {width:600px;max-width:100%;overflow:hidden;}
	
	.wdwslider {
		display:inline-block;
		white-space: nowrap; 
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
			
		/*	iOS 9 */
		-webkit-scroll-snap-points-x: repeat(101%);
		-webkit-scroll-snap-type: mandatory;
	}
	
	.wdwslider img {
		-webkit-scroll-snap-align: center;
		scroll-snap-align: center;
		max-width:100%; height:auto;
		vertical-align:bottom;
		margin:0 6px 3px 0;
		outline: none !important;
	}
	
	.wdwslider img:last-of-type {
		margin:0 0 3px 0;
	}
	
	
	#wdwcontainer:focus-within {outline: 2px dotted #555;}

	.wdwswipe {
		margin-top:-2em;
	}
	
	.wdwswipe img {
		display:block;
		position: relative;
		top: 2.5em;
		top: clamp(2.5rem, 2vmin + 2rem, 3.5rem);
		left:calc(97% - 32px);
		z-index:1; 
	}

	/*	Scrollbar always visible (not Firefox) */
	.wdwslider::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 6px;
		height:12px;
	}
	.wdwslider::-webkit-scrollbar-thumb {
		border-radius: 12px;
		background-color: #aaa;
	}
	.wdwslider::-webkit-scrollbar-corner {
		background-color:transparent;
	}
	
/*	WDW SLIDER ONLY CSS */
	
	