<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#images_ho {
	position:relative;
	width:320px;
	height:240px;
	float:left;
	margin:4px;
}

#images_ho img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#images_n {
	position:relative;
	width:320px;
	height:240px;
	float:left;
	margin:4px;
}

#images_n img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#images_o {
	position:relative;
	width:320px;
	height:240px;
	float:left;
	margin:4px;
}

#images_o img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#images_home {
	position:relative;
	width:300px;
	height:225px;
	float:right;
	margin:4px;
}

#images_home img {
	display:none;
	position:absolute;
	top:0; left:0;
}
</pre></body></html>