    body{
        text-align:center;
    }

    #viewport{
        border:1px solid #999999;
        width:600px;
        height:400px;
        overflow:hidden;
        position:relative;
        background-repeat: no-repeat;
        margin:auto;
        cursor:crosshair;
    }
    div.apt {background-image: url(../../images/apartment/Apartment_Bedroom.jpg);}
    div.villa {background-image: url(../../images/villa/Villa_Kitchen.jpg);}
    div.pent {background-image: url(../../images/penthouse/Penthouse_Living_Room_and_Dining_Room.jpg);}
    div.hall {background-image: url(../../images/great_hall/Great_Hall.jpg);}
    ul{
        clear:both;padding:10px 0px 0px 0px;width:600px;margin:0 auto;
    }

    li{
        list-style-type:none;
        float:left;padding:10px 10px 0px 0px;
        font-size:12px;
    }

    a img{
        border:4px solid #cccccc;
    }

    a{
        border:none;
    }

    div.debugzoom{
        border:1px solid #999999;
        height:200px;
        overflow:auto;
        width:70%;
        text-align:left;
        background:url(../../images/loader.gif) no-repeat 50% 50%;
    }
