#shim {
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: .75;
    -moz-opacity: .75;
    background: #B8B8B8;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index:990;
    display: none;
}

#vidh {
    position: absolute;
    left: 50%;
    top: 100px;
    height: 495px;
    width: 800px;
    margin-top: -75px;
    margin-left: -400px;
    background: #fff;
    border: 0;
    box-shadow: 3px 3px 7px #777;
    -webkit-box-shadow: 3px 3px 7px #777;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index:999;
    background-color: #26519e;
    display: none;
}

.video-title {
    top: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
}

.video-close {
    top: 0;
    float: right;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}

.video-close a {
    padding: 0;
    margin: 0;
}