#lghbox-blackbox
{position:absolute;width:100%;height:100%;background-color:#000;opacity:0.5;top:0;left:0;z-index:1337;display:none;}

#lghbox-content
{position:absolute;left:445px;top:300px;background-color:#FFF;z-index:1338;display:none;padding:15px;background-color:#033163;}


div#lghbox-content .lghbox-textcontent {
    color:#FFFFFF;
    font-family:Arial;
    font-size:18px;
    margin-bottom:0;
    margin-left:auto;
    margin-right:auto;
    margin-top:18px;
    padding-bottom:17px;
    text-align:center;
    width:382px;
}

div#lghbox-content .lghbox-innercontent {
    background-color: #FFF;
    background-repeat: no-repeat;
}

div#lghbox-content .lghbox-innercontent a.previous{
    float:left;

    margin-top: 57px;

    width: 57px;
    height: 21px;

    border: none;
    outline: none;

    background-image: url('../images/prevlabel.png');
}

div#lghbox-content .lghbox-innercontent a.next {
    float:right;

    margin-top: 57px;

    width: 59px;
    height: 21px;

    border: none;
    outline: none;

    background-image: url('../images/nextlabel.png');
}

div#lghbox-content .lghbox-control a.close {
    float:right;
    width: 73px;
    height: 22px;

    margin-bottom: 15px;

    background-image: url('../images/closelabel.gif');
}

div#lghbox-content .lghbox-customkeys .view {
    float:left;

    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;

    width: 200px;
    height: 20px;

    margin-top: -41px;
}
div#lghbox-content .lghbox-customkeys a.select {
    float:right;
    width: 94px;
    height: 20px;

    outline:none;
    border: none;

    margin-top: -38px;

    background-repeat: no-repeat;

    background-image: url('../images/samplelabel.gif');
}

div#lghbox-content .lghbox-innercontent a.hidden {
    display: none;
}

#lghbox-content .lghbox-customkeys .view a.viewLink, a.viewLink:hover {
    color: #fff;
    text-decoration: none;
}
