.full-genplan-nav-wrapper{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.main-wrapper {
	background-image: none !important;
	z-index: 200;
}
#full-genplan {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	background-color: #000000;
	z-index: 100;
}
.nav-wrapper {
	overflow: hidden;
	height: 60px;
	width: 303px;
	position: absolute;
	z-index: 200;
	top: 270px;
	left: 50%;
	margin-left: 199px;
}
.full-genplan-nav-wrapper .nav-wrapper{
	left: auto;
	right: 0;
	margin-left: auto;
}
.nav-wrapper .jcrop-handle {
	display: none;
}
.nav-wrapper .jcrop-hline {
	height: 2px !important;
	opacity: 1 !important;
	background: #ffffff;
}
.nav-wrapper .jcrop-vline {
	width: 2px !important;
	opacity: 1 !important;
	background: #ffffff;
}
#full-genplan .draggable {
	cursor: move;
	position: absolute;
	left: -1353px;
	top: 61px;
	width: 3000px;
	height: 1043px;
	background: url(/images/complex-bg1.jpg) no-repeat;
}
#full-genplan .draggable.night {
	background: url(/images/genplan_night.jpg) no-repeat;
}
#full-genplan .draggable #cv {
	position: absolute;
	z-index: 1;
}
#full-genplan .draggable img.dummy {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
#full-genplan .draggable #popup {
	position: absolute;
	padding: 20px;
	background: #ffffff;
	z-index: 2000;
	display: none;
}
#full-genplan .draggable #popup h2 {
	margin: 0 0 15px;

	text-transform: uppercase;
	font: bold 20px 'Roboto', Arial, sans-serif;
}
#full-genplan .draggable #popup h3 {
	margin: 0 0 15px;
	
	text-transform: uppercase;
	font: bold 15px 'Roboto', Arial, sans-serif;
}
#full-genplan .draggable #popup ul.counts {
	margin: 0;
	padding: 0;
	list-style: none;
}
#full-genplan .draggable #popup ul.counts li {
	margin-bottom: 10px;
}
#full-genplan .draggable #popup ul.counts .room-cap {
	display: inline-block;
	min-width: 150px;
	text-transform: uppercase;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;
}
a.switch {
	position: absolute;
	right: 6px;
	top: -35px;
	width: 154px;
	height: 27px;
	background: url('/images/dnbtn.png') no-repeat;
}
a.switch.day {
	background-position: left bottom;
}
a.switch.night {
	background-position: left top;
}

/*melody*/
#melody-map {

}
#full-genplan.melody-gp .draggable {
	background: url(/img/gp/melody.jpg) no-repeat;
}
#full-genplan.melody-gp .draggable.night {
	background: url(/img/gp/melody_night.jpg) no-repeat;
}