<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ImageVT11 {
	position: relative;
	top: 0px;
	left: 20px;
	z-index: 10;
	height: 450px;
	width: 700px;
	background-image: url('images/Room-1.png');
	background-repeat: no-repeat;
/*	margin: 0 auto 0 auto;  */
}
#ImageVT2 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	height: 450px;
	width: 700px;
	border: none;
	background-image:url('OFcompare/SW2910_Oyster_large.jpg');
	/* for IE */
	filter:alpha(opacity=100); /* percentage from 1 to 100 */
	/* CSS3 standard */
	opacity:1.00; /* decimal 1.00 to 0.01 */
}
#ImageVT3 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 30;
	height: 450px;
	width: 700px;
	background-image: url('images/Room-2.png');
	background-repeat: no-repeat;
}
#ImageVT4 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 40;
	height: 450px;
	width: 700px;
	background-image: url('images/Room-3.png');
	background-repeat: no-repeat;
	border: none;
	/* for IE */
	filter:alpha(opacity=100); /* percentage from 1 to 100 */
	/* CSS3 standard */
	opacity:1.00; /* decimal 1.00 to 0.01 */
}
#pageContent {
	position: relative;
	top: 10px;
	left: 20px;
}
</pre></body></html>