html,body {
	height: 100%;
}
.pano {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	cursor: move;
}
.pano .controls {
	position: relative;
	top: 40%;
}
.pano .controls a {
	position: absolute;
	display: inline-block;
	text-decoration: none;
	color: #eee;
	font-size: 3em;
	width: 20px;
	height: 20px;
}
.pano .controls a.left {
	left: 10px;
}
.pano .controls a.right {
	right: 10px;
}
.pano.moving .controls a {
	opacity: 0.4;
	color: #eee;
}
#demais {
	width: 100%;
	height: 150px;
	text-align: center;
	margin: 0 auto;
}
.box {
	font-family: serif, "Times New Roman", Times;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #0C0CE6;
	display: inline-block;
	background-color: #FFF;
	text-align: center;
	width: 200px;
	height: 100px;
	margin: 1em;
}
.imgtour {
	width: 150px;
	height: 100px;
}