#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 6px;
padding-bottom: 0;
background: #e1e1e1;
visibility: hidden;
z-index: 10;
border:1px solid #bebebe;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: #FFFFFE;
padding: 5px 0;
text-align: right;
}


#thumbImage{
background:#FFFFFF;
border:1px solid #bebebe;
padding:3px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #262AA5;
background-color: #1B337B;
color:#FFF;
padding: 5px;
z-index: 5;
}

#videobox{
position: absolute;
z-index: 11;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100px;
	background-color: #000000;
	/*
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	*/
	visibility: hidden;
	}
