#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
height: auto;
padding: 80px;
padding-bottom: 0;
/*background: #313131;*/
background-image: url("../images_site/_background_grey_70.png");
visibility: hidden;
z-index: 10;
/*cursor: hand;
cursor: pointer;*/
border: 3px solid white;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 13px verdana;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 20px 0;
text-align: center;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
/*background-color: white;*/
border: 1px solid black;
cursor: hand;
cursor: pointer;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font: bold 13px verdana;
position: absolute;
visibility: hidden;
border: 2px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

img.thumbnail_box
	{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	border: 0px solid black;
	}
	
img.img_link
	{
	cursor: hand;
	cursor: pointer;
	}