<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gallery {
	float: left;
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 0px;
	display: block;
	height: 163px;
	width: 228px;
	position: relative;
}

img.grey {
	width: 226px;
	height: 162px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
 
img.color {
	width: 226px;
	height: 162px;
	position: absolute;
	left: 0; top: 0;
}
</pre></body></html>