html, body{
	background-color: #FDF9EF;
}

.bgTop{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 123px;
	z-index: 5;
}

.bgBottom{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 132px;
	background-image: url('images/popup_bottom.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.bgTRCorner{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 78px;
	height: 114px;
	background-image: url('images/popup_corner_topright.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

.bgBLCorner{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 189px;
	height: 88px;
	background-image: url('images/popup_corner_bottomleft.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.ImageGalleryContent{
	position: absolute;
	left: 100px;
	right: 100px;
	top: 130px;
	bottom: 132px;
	z-index: 1;
	text-align: center;
}

.ImageGalleryContent td{
	width: 550;
	height: 333;
	vertical-align: middle;
	text-align: center;
}

.VirtualTourContent{
	position: absolute;
	left: 55px;
	right: 55px;
	top: 125px;
	bottom: 135px;
	z-index: 1;
	text-align: center;
}

.VirtualTourContent object{
	margin: auto auto auto auto;
}

.FeatureContent{
	position: absolute;
	left: 75px;
	right: 75px;
	top: 140px;
	bottom: 100px;
	width: 400px;
	height: 440px;
	overflow: auto;
	background-color: #F9F2E5;
	border: 2px groove #CFAA8C;
}

.FeatureContent p{
	margin: 4px 12px 15px 12px;
	text-align: justify;
}

.ContentTitle{
	position: absolute;
	top: 0px;
	right: 50px;
}

.ContentTitle td{
	width: 65%;
	height: 85px;
	text-align: right;
	font-size: 150%;
	font-weight: bold;
	color: #7D0000;
	vertical-align: bottom;
}

.ContentCounter{
	position: absolute;
	top: 90px;
	right: 53px;
	width: 65%;
	text-align: right;
	font-weight: bold;
}

.ContentCaption{
	position: absolute;
	left: 100px;
	right: 100px;
	bottom: 40px;
	width: 500px;
	font-size: 75%;
	text-align: center;
	font-weight: bold;
}

.ArrowL{
	position: absolute;
	left: 0px;
	top: 123px;
	bottom: 132px;
	width: 100px;
}

.ArrowR{
	position: absolute;
	right: 0px;
	top: 123px;
	bottom: 132px;
	width: 100px;
}

.ArrowL td, .ArrowR td{
	text-align: center;
	vertical-align: middle;
}

.ArrowL table, .ArrowR table{
	width: 100%;
	height: 333px;
}

.ArrowL img, .ArrowR img{
	border: 0px;
}
