.image-slider {
	position:relative;
	display: inline-block;
}
.image-slider > div {
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 50%; /* Initial width */
	overflow: hidden; /* Make it clip the image */
}
.image-slider img { display: block; }
