﻿.viewer
{
    position:absolute;
}

.viewer:hover
{
    background-color:#efefef;
}

.caption
{
    position: absolute;
    width: 118px;
    height: 34px;
    left: 38px;
    top: 125px;

    font-family: helvetica, arial, sans-serif;
    font-size: 10px;
    line-height: 10px;

    color: #000;

    vertical-align: abs-bottom;
}
/*
ORIGINAL
.caption
{
    position: absolute;
    line-height: 10px;
    width: 118px;
    font-family: helvetica, arial, sans-serif;
    height: 34px;
    color: #000;
    font-size: 10px;
    vertical-align: middle;
    top: 125px;
    left: 38px;
}
*/
.caption a
{
    text-decoration:none;
    color: #000;
}


.vtour_thumbnail
{
    position: relative;
    text-align: left;
    width: 158px;
    display: block;
    height: 153px;
    cursor: pointer;
}
.still_thumbnail
{
    position: relative;
    text-align: left;
    width: 158px;
    display: block;
    height: 153px;
    cursor: pointer;
}

.still_thumbnail IMG
{
    margin: 4px 0px 0px 4px;
}
.vtour_thumbnail IMG
{
    margin: 4px 0px 0px 4px;
}

.vtour_thumbnail
{
    background: url(../Images/virtualtour.gif) no-repeat 4px 123px;
}
.still_thumbnail
{
    background: url(../Images/still.gif) no-repeat 4px 123px;
}

