/* == LIGHTBOX STYLES */

.lightbox h3 {
	color: #fff;
	margin: 14px 0 0 0;
    text-decoration: none;  
    font-size: 11px;  
    text-align: left;
    line-height: 11px;
}

.lightbox {
    background: #000;
}

.video {
    width: 552px;
    margin: 0 auto;
    padding: 0;
}

.video-wrapper {
	padding: 50px 0 0;
    width: 680px;
    height: 380px; /* old was 480px */
    text-align: center;
    margin: 0;
    float: left;
}

.video object {
    margin: 0 auto;
}