After several months of figuring out how to center a video in Lightbox2, I finally did it. Here's how:

Include these in your style.css:

(I'm using Fusion theme - http://drupal.org/project/fusion)

#media-youtube-default-external-1 {
    padding-top: 8px;
    text-align: center;
}

Note: You might need to change your own "media-youtube-default-external-1"

To remove the white area below Lightbox2:

#imageData {
    display: none;
}

Crude? But it works!