#TrailerFrame {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}

#TrailerFrame .screen {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: black;
}

#TrailerFrame .frame {
    position: absolute;
    padding: 15px 14px 11px;
    background: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#TrailerFrame .close {
    position: absolute;
    right: -20px;
    top: -20px;
    background: transparent url('../img/close.png') no-repeat 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999999;
}

#TrailerFrame object, #TrailerFrame embed {
    z-index: 1;
}
