.photo_container
{
    float: left;
    width: 200px;
}
.photo
{
    width: 200px;
    height: 150px;
    margin-top: 10px;
    padding: 0px;
    cursor: pointer;
    border: solid 1px rgb(100,100,100);
}
.details_full
{
    float: left;
    width: 100%;
}
.details_panel
{
    float: right;
    width: 380px;
}
.map_panel
{
    clear: both;
    margin-top: 20px;
}
.attribute_container
{
    clear: both;
    margin-top: 20px;
    padding: 5px 5px 10px 5px;
    border: solid 1px orange;
    background-color: rgb(240,240,240);
    height: 1%;
    text-align: center;
}
.attribute_container:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.attribute
{
    display: inline;
    font: normal normal bold 10px tahoma;
    margin-left: 10px;
    white-space: nowrap;
}
.attribute_tick
{
    position: relative;
    margin-right: 5px;
    top: 3px;
}
.photos_display
{
    position: absolute;
    width: 600px;
    height: 450px;
    left: 30px;
    top: 45px;
    border: solid 1px rgb(100,100,100);
}
.photos_preview_container
{
    position: absolute;
    width: 600px;
    top: 505px;
    left: 30px;
}
.photos_preview
{
    position: relative;
    float: left;
    width: 60px;
    height: 45px;
    margin-right: 1px;
    border: solid 1px rgb(100,100,100);
}
.photos_agent_panel
{
    position: absolute;
    width: 600px;
    border-top: solid 1px black;
    left: 30px;
    top: 570px;
    text-align: center;
    font: normal normal normal 12px tahoma;
}
.agent_logo
{
    float: right;
    border: none;
    margin-top: 5px;
}
