Video Player Container Position

Video Player Container Position

This page contains a scrollable div with thumbnails that use onclick to instantiate videos:

http://www.rkwalton.com/aculeata.html

This works fine until the user scrolls to thumbnails in the lower portion of the div. At that point the video player
in instantiated "out of sight" at the top part of the div.
Is there a jQuery solution such as an action that moves either the whole div or the player container so that
it will be in view no matter where the user is?

Thanks!