.strip {
	position: relative;
	overflow: hidden;
	border: solid 1px black;
	height: 100px;
	width: 100px;
}
.strip img {
	position: absolute;
	left: 0px;
	top: 0px;
}

