#CMPanelPanorama {
	position:absolute;
	left: 60px;
	right: 0px;
	top: 40px;
	bottom: 0px;
	
	z-index:1;
}

.CMPanoTourPanelSettingButton {
	border:1px solid black;
	border-radius: 5px;
	margin:5px;
	background-color:white;
}

.CMPanoTourPanelSetting {
	position:absolute;
	left: 60px;
	width: 440px;
	top: 40px;
	bottom: 0px;
	
	padding:10px;
	border:solid 1px black;
	background-color:rgb(230,230,230);
	display:none;
	
	z-index:1;
}

#CMPanoTourPanelButtons {
	left: 0px;
	width: 60px;
	top: 40px;
	bottom: 0px;
	position:absolute;
	background-color:rgb(230,230,230);
}

.CMPanoTourPopupMenuItem {
	cursor:pointer;
	padding:7px;
	color: #FFF;
	background-color:#000000;
	opacity:1;
	box-shadow: 1px 1px 5px #999999;
	border-radius: 3px;
}