@charset "utf-8";
/* CSS Document */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 500;
	cursor: hand;
	cursor: pointer;
	background-color: #FFFFFF;
	box-shadow:0 0 10px rgba(0,0,0,0.8);
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 12px Arial;
	letter-spacing: 2px;
	color:#900;
	padding: 10px 0;
	text-align: right;
	background-image:url(../css_images/logo2.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	text-decoration:underline;
	position: absolute;
	top: -30px;
	right: -20px;
	z-index: 10000;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
	margin-left: 0px;

z-index: 5;
}
