#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;	
	visibility: hidden; 
	z-index: 10;
	cursor: pointer;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	letter-spacing: 5px;
	line-height: normal;
	color: white;
	text-align: right;
	background-color: #313131;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:50px;
}

#thumbBox .side{ /*Footer DIV of thumbbox that contains "close" link */	
	background-color: #313131;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	width:50px;
}

#thumbBox #thumbFundo{ /*DIV within thumbbox that holds the enlarged image */
background-color: #313131;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
width:100%;
top:-50px;
left:-50px;
padding:50px;
width:720px;
height:576px;
position:absolute;
z-index:-2;
}

#thumbBox #thumbFundoFix{
	position:relative;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
/*margin: 50px;*/
z-index:99;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

