
#thumbBox
{ /*Outermost DIV for thumbnail viewer*/
	width: 566px;
	height: 434px;
	background: #91C0A1;
	position: absolute;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	color: #FFF;
}

#padd
{
	padding: 20px 42px 0px 34px;
}

*html #padd
{
	padding: 20px 0 0px 28px;
}

#thumbBox img
{
	border: none;
}

/**html #thumbBox
{
	margin-left: 0;
}*/

#thumbBox .footerbar
{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	text-align: right;
	padding: 0px 0;
}

#thumbImage p.test
{
	color: #FFF;
	font-size: 1em;
	margin: 0;
}

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

#thumbLoading
{ /*DIV for showing "loading" status while thumbbox is being generated*/
	width: 184px;
	height: 138px;
	margin-left: 190px;
	margin-top: 148px;
	position: absolute;
	visibility: hidden;
	z-index: 5;
}

#thumbLoading img
{
	border: none;
}