
div.locationLabel
{
    font-weight: bold;
    position: absolute;
    width: 100px;
}


div.labelTop
{
    position: relative;
    top: -40px;
    cursor: hand;

}
div.labelBottom
{
    position: relative;
    top: -2px;
    cursor: hand;

}

a.locationLabel
{
    text-decoration: none;
    color: #000000;
}


div.locationBox
{
    position: absolute;
    left: 455px;
    top: 90px;
    width: 306px;
    background: #FFFFFF;
    border: 3px solid #473F31;
    visibility: hidden;
    filter:alpha(opacity=0);-moz-opacity:0;
}

img.framed
{
    border: 2px solid #000000;
}

div.locationImg
{
    text-align: center;
    padding-top: 5px;
}



div.locationDesc
{
    padding: 8px;
}


