#ImageVT11 {
	position: relative;
	top: 0px;
	left: 20px;
	z-index: 10;
	height: 450px;
	width: 700px;
	background-image: url('../room-1.html');
	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('../sw2910_oyster_large.html');
	/* 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('../room-2.html');
	background-repeat: no-repeat;
}
#ImageVT4 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 40;
	height: 450px;
	width: 700px;
	background-image: url('../room-3.html');
	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;
}
