
/********** the following css will be only used to display video in lightbox **********/ 
#lightbox { position: fixed; text-align: center; width: 100%; height: 100%; right: 0; bottom: 0; top: 0; left: 0; background: transparent url(/images/webelements/transparent-black.png) 0 0 repeat; z-index: 10000; }
* html #lightbox { position: absolute; background-image: none; background-color:#999;}
#lightbox-inner { margin: 100px auto 0 auto; clear: both; float: none; display: inline-block; } 