#videoBox{ /*Outermost DIV for video viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
display: none;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#videoBox .footerbar{ /*Footer DIV of videobox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: black;
padding: 5px 0;
text-align: right;
}


#videoBox #videoImage{ /*DIV within videobox that holds the enlarged image */
background-color: white;
}

#videoLoading{ /*DIV for showing "loading" status while videotex is being generated*/
position: absolute;
visibility: hidden;
display: none;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}