#content {
    padding-top: 5px;
}

.left-column {
    float: left;
    width: 368px;
}

.right-column {
    margin-left: 400px;
    margin-bottom: 20px;
}

#main-image {
    position: relative;
    z-index: 1;
    background: transparent url(../images/loading.gif) no-repeat center center;
    width: 368px;
    height: 276px;
    overflow: visible;
    border: 0 solid #000;
    text-align: center;
}

#main-image img {
    /*
    width: 360px;
    min-height: 270px;
    */
}

.attributes {
    color: #666;
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
}

.attributes span {
    color: #666;
    padding-right: 30px;
    line-height: 30px;
    display: block;
    float: left;
}

h2 {
    margin-left: -12px;
    line-height: 35px;
}

#title {
    font-size: 1.4em;
    margin: 0;
    padding-left: 12px;
    margin-left: -20px;
}

#title span {
    color: #666;
    font-weight: normal;
    padding-left: 40px;
    font-size: 0.9em;
}

.back {
    background: transparent url(../images/arrow-back.png) no-repeat left center;
    padding-left: 10px;
    text-decoration: none;
}

.back:hover {
    text-decoration: underline;
}

dl {
    padding: 0;
    margin: 0 0 0 72px;
}

dt {
    float: left;
    width: 5em;
    margin-bottom: 0.5em;
}

dd {
    clear: right;
    margin-bottom: 0.5em;
}

.agent img {
    float: left;
}

.agent, .inspect {
    margin: 2em 0;
}

#thumbs {
    padding: 0 0 10px 0;
    margin: 5px 0;
    float: left;
    width: 373px;
}

#thumbs div {
    width: 57px;
    height: 57px;
    margin: 0 5px 5px 0;
    float: left;
}

#thumbs div.last {
    margin: 0;
}

#thumbs a {
    padding: 0;
    text-decoration: none;
    font-size: 0;
}

#thumbs a:hover {
    background: transparent;
}

/*
#map .button, #map2 .button {
    bottom: -2px;
    top: auto;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 0;
}
*/
#map, #map2 {
    position: relative;
    z-index: 1;
    clear: left;
    padding-top: 5px;
    width: 360px;
    height: 270px;
}

.button {
    position: absolute;
    z-index: 2;
    width: 82px;
    height: 37px;
    z-index: 1;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
}

.zoom {
    background: transparent url(../images/button-zoom.png) no-repeat;
}

.close {
    background: transparent url(../images/button-close.png) no-repeat;
}

.features {
    width: 220px;
    margin: 0 0 0 12px;
}

#features1 {
    float: left;
    margin-right: 40px;
}

#features2 {
    margin-left: 280px;
}


#container #smc {
    margin-top: 50px;
}

#view-images {
    background: #256FFF;
    color: #FFF;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 1.2em;
    background: -moz-linear-gradient(bottom, #1A53FF, #668CFF);
    -moz-border-radius: 6px;
}

#video {
    width: 368px;
    height: 207px;
    background: #000;
    margin-bottom: 20px; 
}

