
body {
    font-size: 87.5%; /* equivalent to 14px */
    font-family: Verdana, Sans-Serif;
    line-height: 1.4em;
}

/* begin: location photos */
div#location-photos {
    position: relative;
    width: 350px;
    height: 346px;
}

div#location-photos.single {
    height: 271px;
}

div#location-photos img#big {
    border: solid 0px #333;
}

div#location-photos a img {
    border: solid 1px #fff;
}

div#location-photos img#big {
    position: absolute;
    width: 720px;
    height: 270px;
}

div#location-photos div#thumbs-container {
    position: relative;
    margin-top: 4px;
    overflow: hidden;
    height: 70px;
    top: 280px;
    background: white;
    left: 183px;
}

div#location-photos div.mask {
    position: absolute;
    top: 280px;
    width: 44px;
    height: 70px;
    z-index: 10;
}

div#location-photos div.mask a {
    cursor: pointer;
}

div#location-photos div#photo-left {
    background: transparent url(../images/thumb_gradmask_left.png) no-repeat;
    left: 183px;
}

div#location-photos div#photo-right {
    background: transparent url(../images/thumb_gradmask_right.png) no-repeat;
    height: 70px;
    left: 493px;
}

div#location-photos div.mask img {
    position: absolute;
    top: 26px;
    border: none;
    z-index: 1000;
}

div#location-photos div#photo-left.mask img {
    left: 0;
}

div#location-photos div#photo-right.mask img {
    right: 0;
}

div#location-photos div#thumbs-container div.thumbs {
    position: absolute;
    width: 397px;
    left: -23px;
    z-index: 0;
}

div#location-photos div#thumbs-container div#thumbs-2 {
    width: 172px;
    left: 99px;
}

div#location-photos div#thumbs-container div#thumbs-3 {
    width: 247px;
    left: 52px;
}

div#location-photos div#thumbs-container div.thumbs a img {
    width: 65px;
    height: 50px;
    margin: 9px 4px;
    float: left;
    cursor: pointer;
}

div#location-photos div#thumbs-container div.thumbs a.selected img {
    width: 83px;
    height: 64px;
    border: solid 3px #ddd;
    margin-top: 0;
    cursor: default;
}
/* end: location photos */
: solid 3px green;
}
