#movieMapFrame{
    width:255px;
    height:360px;
    display:block;float:left;
    margin-bottom:10px;
    margin-left:13px;
    margin-top:22px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}


#movieMapHeaderCountry{
/*    position: absolute;
*/    width:255px;
    height:20px;
    font-size: 10pt;
    font-weight: bold;
    text-indent: 5px;
    color: gray;
    display:block;float:left;
/*    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
*/}

#movieMapHeaderNH{
/*    position: relative;
*/    width:255px;
    height:20px;
    font-size: 8pt;
    font-weight: bold;
    text-indent: 10px;
    color: gray;
    display:block;float:left;
    top:20px;
}


#movieMapContainer{
/*    position: absolute;
*/    width:245px;
    height:310px;
    display:block;float:left;
    margin-bottom:5px;
    margin-left:4px;
    margin-right:5px;
    margin-top:4px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
}

#movieMapFrameCover{
    position: absolute;
    width:255px;
    height:360px;
    display:block;float:left;
    text-align: center;
    font-size: 16pt;
    vertical-align: middle;
    top:167px;
    left:727px;
    background-color : rgba(112, 138, 144,0.6);
    z-index: 1000;
}
#movieMapFrameCoverMyMode{
    position: absolute;
    width:255px;
    height:360px;
    display:block;float:left;
    text-align: center;
    font-size: 16pt;
    vertical-align: middle;
    top:23px;
    left:727px;
    background-color : rgba(112, 138, 144,0.6);
    z-index: 1000;
}
#movieMapFrameCoverText{
    position: absolute;
    top:50%;
    left:5%;
    z-index: 1001;
}

