/*
 * Video Player
 */
#player {
    width: 634px;
    height: 375px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -188px 0 0 -317px;
    z-index: 1000;
    display: none;
}    

#player a {
    border: none;
}

#player .titlebar {
    background: #000;
    color: #FFF;    
    text-align: right;
    height: 26px;
    line-height: 25px;
    padding: 0 5px;
    font-size: 1.2em;
    font-weight: bold;
}

#player .close {
    cursor: pointer;
}

#player .player {
    width: 634px;
    height: 349px;
    display: block;
    margin: 0 auto;
}