#map {
    width:  66%;
    height: 480px;
    float:left;
}
#roomnav {
    overflow:auto;
    height:480px;
    width:33%;
    
}
label {
    display:initial;
}

.slidecontrol {
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url('images/icon-slidedown.png') no-repeat top left;
    background-size: cover;
}
.direct-rooms-link {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left:3px;
    margin-right:3px;
    background: url('images/chain.png') no-repeat top left;
    background-size: cover;
}
.building ul {
    display:none;
}