.floor {
    width:409px;
    height:328px;
    position:relative;
    
}
.floor .room {
    position:absolute;
}
.floor .room a {
    display:block;
    width:100%;
    height:100%;
    background-position:top;
    background-repeat:no-repeat;
}
.floor .room a img {
    width:100%;
    height:100%;
}
.floor .room a:hover, .floor .room a.selected {
    background-position:bottom;
}
.floor#first {
    margin-bottom:100px;
}
.floor#first .room#first_room_01 a {
    background-image:url(/img/x-loft/plans/first_fl_01.gif);
}
.floor#first .room#first_room_01 a {
    width:162px;
    height:328px;
}

.floor#first .room#first_room_02 a {
    background-image:url(/img/x-loft/plans/first_fl_02.gif);
}
.floor#first .room#first_room_02 {
    width:49px;
    height:328px;
    left:162px;
}
.floor#first .room#first_room_03 a {
    background-image:url(/img/x-loft/plans/first_fl_03.gif);
}
.floor#first .room#first_room_03 {
    width:198px;
    height:185px;
    left:211px;
}
.floor#first .room#first_room_04 a {
    background-image:url(/img/x-loft/plans/first_fl_04.gif);
}
.floor#first .room#first_room_04 {
    width:198px;
    height:143px;
    left:211px;
    top:185px;
}

.floor#rdc {
    margin-bottom:100px;
}
.floor#rdc .room#rdc_room_01 a {
    background-image:url(/img/x-loft/plans/rdc_fl_01.gif);
}
.floor#rdc .room#rdc_room_01 a {
    width:162px;
    height:328px;
}

.floor#rdc .room#rdc_room_02 a {
    background-image:url(/img/x-loft/plans/rdc_fl_02.gif);
}
.floor#rdc .room#rdc_room_02 {
    width:49px;
    height:328px;
    left:162px;
}
.floor#rdc .room#rdc_room_03 a {
    background-image:url(/img/x-loft/plans/rdc_fl_03.gif);
}
.floor#rdc .room#rdc_room_03 {
    width:198px;
    height:185px;
    left:211px;
}
.floor#rdc .room#rdc_room_04 a {
    background-image:url(/img/x-loft/plans/rdc_fl_04.gif);
}
.floor#rdc .room#rdc_room_04 {
    width:198px;
    height:143px;
    left:211px;
    top:185px;
}


.floor#second .room#second_room_01 a {
    background-image:url(/img/x-loft/plans/snd_fl_01.gif);
}
.floor#second .room#second_room_01 a {
    width:162px;
    height:185px;
}

.floor#second .room#second_room_02 a {
    background-image:url(/img/x-loft/plans/snd_fl_02.gif);
}
.floor#second .room#second_room_02 {
    width:49px;
    height:328px;
    left:162px;
}
.floor#second .room#second_room_03 a {
    background-image:url(/img/x-loft/plans/snd_fl_03.gif);
}
.floor#second .room#second_room_03 {
    width:198px;
    height:108px;
    left:211px;
}
.floor#second .room#second_room_04 a {
    background-image:url(/img/x-loft/plans/snd_fl_04.gif);
}
.floor#second .room#second_room_04 {
    width:162px;
    height:143px;
    left:0px;
    top:185px;
}
.floor#second .room#second_room_05 a {
    background-image:url(/img/x-loft/plans/snd_fl_05.gif);
}
.floor#second .room#second_room_05 {
    width:198px;
    height:77px;
    left:211px;
    top:108px;
}
.floor#second .room#second_room_06 a {
    background-image:url(/img/x-loft/plans/snd_fl_06.gif);
}
.floor#second .room#second_room_06 {
    width:198px;
    height:143px;
    left:211px;
    top:185px;
}

.floor .room_label {
    position:absolute;
    display:block;
    width:180px;
    height:30px;
    color:white;
}
.floor .room_label.right {
    background-image:url(/img/x-loft/bg/label_room.gif);
}
.floor .room_label.left {
    background-image:url(/img/x-loft/bg/label_room_inv.gif);
}
.floor .room_label span, .floor .room_label a {
    font-size:14px;
    font-weight:bold;
    width:150px;
    display:block;
    text-align:center;
    padding-top:6px;
    text-decoration:none;
    color:white;
}
.floor .room_label.right span, .floor .room_label.right a {
    margin-left:30px;
}
.floor .room_label.left span, .floor .room_label.left a {
    margin-left:0px;
}
.floor#first .room_label#first_label_01 {
    left:-175px;
    top:170px;
}
.floor#first .room_label#first_label_03 {
    right:-175px;
    top:70px;
}
.floor#first .room_label#first_label_04 {
    right:-130px;
    top:240px;
}
.floor#rdc .room_label#rdc_label_01 {
    left:-175px;
    top:170px;
}
.floor#rdc .room_label#rdc_label_03 {
    right:-175px;
    top:70px;
}
.floor#rdc .room_label#rdc_label_04 {
    right:-130px;
    top:240px;
}

.floor#second .room_label#second_label_01 {
    left:-175px;
    top:90px;
}
.floor#second .room_label#second_label_03 {
    right:-175px;
    top:50px;
}
.floor#second .room_label#second_label_05 {
    right:-175px;
    top:130px;
}
.floor#second .room_label#second_label_04 {
    left:-175px;
    top:250px;
}
.floor#second .room_label#second_label_06 {
    right:-130px;
    top:240px;
}



