#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 100px;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #fafafa;
visibility: hidden;
cursor: hand;
cursor: pointer;
z-index:9999;
text-align:right;
}

#thumbBox #footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
height:50px;
}

#thumbBox #footerbar img{ /*Footer DIV of thumbbox that contains "close" link */
position:relative;
top:0px;
z-index:202;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
position:relative;
overflow:hidden;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
padding: 0px;
z-index: 9999;
width:30px;
height:30px;
}

#thloadinside{
	position:relative;
	top:-20px;
}

#thumbLoadingbox{
	background-color:transparent;
	width:100%; 
	height:100%;
}

#thumb_subtitle{
	background-color:black;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6; 
	width:100%; 
	font-family:Arial;
	font-size:11px;
	color:#f1f9ce;
	position:absolute;
	top:100%;
	left:0px;
	line-height:20px;
	padding: 0 5px 5px 0;
	text-align:left;
	z-index:200;
}

#thumb_subtitle_inner{
	background-color:transparent;
	width:100%; 
	font-family:Arial;
	font-size:11px;
	color:#f1f9ce;
	position:absolute;
	top:100%;
	left:0px;
	line-height:17px;
	padding: 0 5px 5px 5px;
	text-align:left;
	z-index:201;
}








