@charset "utf-8";
/* CSS Document */
@import url("default.css");
.panel {
	display: none;
}
.defaultPanel {
	display: block;
}
#floorplan-tower{
	width:290px;
	height:379px;
	background:url(../images/floorplan/img-tower.png) no-repeat 0 0;
	position:absolute;
	z-index:99;
	left: 36px;
	top: -615px;
}
ul#plan {
	width:290px;
	height:379px;
	margin:0;
	padding:14px 0 0 0;
	list-style:none;
	position:absolute;
	z-index:100;
	top: 0px;
}
ul#plan li a{
	float:left;
}
ul#plan li.floor_1 a{
	background:url(../images/floorplan/btn-floor-1.png) no-repeat 0 0;
	width:282px;
	height:18px;
	opacity:0;	
}
ul#plan li.floor_1 a:hover{
	background:url(../images/floorplan/btn-floor-1.png) no-repeat 0 0;
	opacity:0.5;
}
ul#plan li.floor_6 a{
	background:url(../images/floorplan/btn-floor-6.png) no-repeat 0 0;
	width:282px;
	height:21px;
	opacity:0;
	padding-top:65px;
	
}
ul#plan li.floor_6 a:hover{
	background:url(../images/floorplan/btn-floor-6.png) no-repeat 0 0;	
	opacity:0.5;
}
ul#plan li.floor_7 a{
	background:url(../images/floorplan/btn-floor-7.png) no-repeat 0 0;
	width:282px;
	height:16px;
	opacity:0;
}
ul#plan li.floor_7 a:hover{
	background:url(../images/floorplan/btn-floor-7.png) no-repeat 0 0;
	opacity:0.5;
}
ul#plan li.floor_8-9 a{
	background:url(../images/floorplan/btn-floor-8-9.png) no-repeat 0 0;
	width:282px;
	height:33px;
	opacity:0;
}
ul#plan li.floor_8-9 a:hover{
	background:url(../images/floorplan/btn-floor-8-9.png) no-repeat 0 0;
	opacity:0.5;
}
ul#plan li.floor_10-11 a{
	background:url(../images/floorplan/btn-floor-10-11.png) no-repeat 0 0;
	width:282px;
	height:34px;
	opacity:0;
}
ul#plan li.floor_10-11 a:hover{
	background:url(../images/floorplan/btn-floor-10-11.png) no-repeat 0 0;
	opacity:0.5;
}
ul#plan li.floor_12-14 a{
	background:url(../images/floorplan/btn-floor-12-14.png) no-repeat 0 0;
	width:282px;
	height:47px;
	opacity:0;
}
ul#plan li.floor_12-14 a:hover{
	background:url(../images/floorplan/btn-floor-12-14.png) no-repeat 0 0;
	opacity:0.5;
}
ul#plan li.floor_15-18 a{
	background:url(../images/floorplan/btn-floor-15-18.png) no-repeat 0 0;
	width:282px;
	height:67px;
	opacity:0;
}
ul#plan li.floor_15-18 a:hover{
	background:url(../images/floorplan/btn-floor-15-18.png) no-repeat 0 0;
	opacity:0.5;
}
ul#plan li.floor_19-22 a{
	background:url(../images/floorplan/btn-floor-19-22.png) no-repeat 0 0;
	width:282px;
	height:64px;
	opacity:0;
}
ul#plan li.floor_19-22 a:hover{
	background:url(../images/floorplan/btn-floor-19-22.png) no-repeat 0 0;
	opacity:0.5;
}

#floor{
	width:507px;
	height:353px;
	float:right;
	padding:10px 50px 0 0;
}
#floor .title-floor{
	font-size:30px;
	color:#000;
	padding:0 0 10px 15px;
	float:left;
}
#texthead{
	position:absolute;
	z-index:9;
	left: 10px;
	top: 600px;
	opacity:0;
}
#textdetail{
	position:absolute;
	z-index:7;
	height:360px;
	left: 350px;
	top: 0px;
	opacity:0;
}
