body, html
{
    height: 100%;
    background: #010101;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

a, a:active, a:focus, a:hover, a:link, a:visited
{
    color: magenta;
}

#box
{
}

#carton
{
    width: 960px;
    height: 600px;
    position: relative;
    background: #999999;
    background-image: url(../../com/img/bg.jpg);
}
.share a
{
    color: #000000;
    text-decoration: none;
}
.contact-link a
{
    color: #FFFFFF;
    text-decoration: none;
}
#gallery
{
    position: absolute;
    bottom: 0;
}

#people
{
    width: 250px;
    height: 100px;
    top: 300px;
    left: 600px;
    position: absolute;
    background: #FFFFFF;
    z-index: 99;
}

#room
{
    width: 150px;
    height: 50px;
    top: 325px;
    left: 350px;
    position: absolute;
    background: #FFFFFF;
    z-index: 99;
}

#what
{
    width: 150px;
    height: 50px;
    top: 350px;
    left: 100px;
    position: absolute;
    background: #FFFFFF;
    z-index: 99;
}

#sign
{
    width: 150px;
    height: 50px;
    top: 475px;
    left: 575px;
    position: absolute;
    background: #FFFFFF;
    z-index: 99;
}

h3
{
    margin: 10px 10px 0 10px;
    color: #FFF;
    font: 18pt Arial, sans-serif;
    letter-spacing: -1px;
    font-weight: bold;
}

.cover
{
    top: 90px;
}

.boxgrid
{
    width: 960px;
    height: 110px;
    float: left;
    overflow: hidden;
    position: relative;
}

.boxgrid img
{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.boxgrid p
{
    padding: 0 10px;
    color: #afafaf;
    font-weight: bold;
    font: 10pt Arial, Helvetica, sans-serif;
}

.boxcaption
{
    float: left;
    position: absolute;
    height: 130px;
    width: 100%;
}

.thumb, .next, .prev
{
    z-index: 9998;
}

.cover-bottom
{
    top: 20px;
    z-index: 999;
    float: left;
    position: absolute;
    background: #000000;
    height: 130px;
    width: 100%;
    opacity: .7;
    /* For IE 5-7 */
    filter: progid:

DXImageTransform.Microsoft.Alpha(Opacity=70);
                                    
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.caption .boxcaption 
{
	top: 220;
	left: 0;
}

.tooltip
{
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    border: 0px;
    padding: 5px;
    width: 200px;
    margin-left: 25px;
    background: #FEFEFE;
    color: #303030;
    line-height: 14px;
    text-align: left;
    display: none;
    z-index: 99999;
}
.label
{
    height: 35px;
    width: 35px;
    margin-right: 20px;
    position: absolute;
    background-image: url(../../com/img/spot.png);
    background-repeat: no-repeat;
    z-index: 98;
}

