#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #fff;
border: 1px solid #ccc;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 1.2em Helvetica, Arial, Verdana, sans-serif;
line-height: 150%;
color: #000;
padding: 5px 0;
}
#thumbBox  span.closeBox {
	padding: 2px 4px;
	background-color: #000;
	color: #fff;
	margin-top: 2px;
}

#thumbBox  span.title {
	line-height: 150%;
	font-size: 1.1em;
	display: block;
	margin-top: 5px;
}

#loadingBox {
	padding: 5px;
	text-align: center;
}
#loadingBox img {
	margin: 0 auto;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #ccc;
background-color: #fff;
padding: 5px;
z-index: 5;
}
