html, body {
    margin:0;
    padding:0;
}

#galleryBackground {
    position:absolute;
    top:0px;
    left:0px;
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50;
    -khtml-opacity:0.5;
    background-color:#000000;
    width:100%;
    height:100%;
    z-index:2;
    visibility:hidden;
}

#flashContainer {
position:absolute;
top:50px;
left:-355px;
margin-left:50%;
width:710px;
height:450px;
z-index:3;
visibility:hidden;
}

#flashContent {
    /*visibility:inherit;
    width:740px;
    height:470px;
    z-index:4;*/
}
