body, html, #ext-bsol-panel-1 {
	background:transparent !important;
}
.panelbg  {
	background-image: url('../../images/green_rev.png') !important;
	background-repeat: repeat;
}

.top_toolbar {
	width: 100% !important;
	background-image: url('../../images/top_toolbar.png') !important;
	border: none !important;
	text-align: center !important;
}
.bottom_toolbar {
	height: 46px !important;
	width: 100% !important;
	background-image: url('../../images/botton_toolbar.png') !important;
	border: none !important;
	background-color: transparent !important;
}
.logo {
	position: absolute;
	right: 40px;
	top: 40px;
	z-index:975;
}
.compass {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index:977;
}
.bottom_bar {
	position: fixed;
	top: 53px;
	display: block;
	width: 100%;
	text-align: center;
	height: 46px;
	z-index:995;
}
.bottom_bar img {
	margin: 0 6px;
}
#amenity_viewer {
	position: fixed;
	top: 44px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #412f23;
	z-index:999;
	visibility:hidden;
}
#debug {
	position: fixed;
	bottom: 40px;
	left: 10px;
	display: block;
	width: 400px;
	height: 480px;
	color: #00ff00;
	z-index:970;
	overflow: hidden;
	font-size: 14px;
}
.x-scroll-indicator-dark, .x-scroll-indicator, .y-scroll-indicator-dark, .y-scroll-indicator {
	display: none;
}