div#gallery{
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

div#gallery div#close{
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 30px;
    color: #fff;
    font-size: 24px;
    background: url(../img/tab.png) no-repeat;
    text-align: center;
    padding-top: 10px;
    width: 80px;
    height: 34px;
    cursor: pointer;
}

div#gallery div#bg{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: #000000;
    filter:alpha(opacity=50);
    -moz-opacity:.5;
    opacity:.5;
}

div#gallery_nav{
    margin-top: -20px;
    margin-right: -10px;
}

div#gallery_nav div{
    float: right;
    margin: 15px;
    text-align: center;
}

div#gallery_nav div img{
    height: 170px;
    width: 140px;
    behavior: url(iepngfix.htc);
}

div#gallery_nav div p{
    margin-top: 0px;
    font-size: 12px;
    color: #666;
}

div#gallery_nav div a{
    display: block;
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

iframe#gallery_frame{
    position: absolute;
    z-index: 300;
    width: 100%; height: 100%; margin: 0px; padding: 0px; border: none; overflow: hidden;
}