.mask
{
	position: absolute;
	background-color: black;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.viewPort
{
	position: absolute;
	height: 600px;
	width: 600px;
	border: 20px solid white;
	margin-bottom: 100px;
	overflow: hidden;
	z-index: 2;
}

.panorama
{
	position: absolute;
	height: 600px;
	left: 0px;
	z-index: 2;
	overflow: hidden;
}

.closeButton
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	cursor: pointer;
}