#youtubeBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 2px;
padding-bottom: 0;
background: #000000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
color: white;
font-family: Palatino Linotype ;
font-size: 11px;
}

#youtubeBox .footerbar{ /*Footer DIV of youtubeBox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 2px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#youtubeBox #thumbYoutube{ /*DIV within youtubeBox that holds the enlarged image */
background-color: #000000;
}

#youtubeLoading{ /*DIV for showing "loading" status while youtubeBox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #ffffff;
padding: 0px;
z-index: 5;
}