/**
 * Flashbox stylesheet
 */

#flashbox {
        position: absolute;
        width:100%; height:100%;
        width: expression(document.body.clientWidth < 830 ? "830px" : "100%" );
        top:0; left:0;
        background: transparent url('/_clip/opaque.png');
        z-index: 9998;
        text-align: center;
        display: none;
}


/* \*/ * html #flashbox {background: black; filter: alpha(opacity=70); opacity:.70;} /**/
/* \*/ * html #flashboxImage {background: black; filter: alpha(opacity=100); opacity:1;} /**/

#flashboxAnchor
{
        /*width: 900px; border: 2px solid yellow;*/
        margin: 0 auto;
        width: 980px; /* height: 100%;*/
}

#closeButton
{
        position: absolute;
        top: inherit;
        right: inherit;
        left:auto;
        bottom:auto;
}


#flashboxMovie
{
        position: absolute;
        bottom: inherit;
        left: inherit;
}

