


#moviePlayerDiv {
    background:black;
    width:500px;
    height:375px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-180px;
    margin-left:-250px;
    z-index:1501;
}
#movieDivClosebox {
    fontFamily:arial;
    color:blue;
    background:white;
    fontSize:14px;
    position:fixed;
    cursor:pointer;
    width:40px;
    text-align:right;
    top:50%;
    left:50%;
    margin-top:200px;
    margin-left:210px;
    z-index:1501;
}
