div.overlay {
    background:url('../images/overlay/white.gif') no-repeat;
    padding:40px;   
    width:640px;
    display:none;
}

div.overlay div.close {
    background:url('../images/overlay/close.gif') no-repeat;
    position:absolute;
    top:2px;
    right:5px; 
    width:35px;
    height:35px;
    cursor:pointer;
}

a.player {      
    display:block;
    height:500px;
}