#thumbBox, .thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;

width: auto;
padding:0 10px 10px;
z-index: 160;
cursor: hand;
cursor: pointer;
background-color:White;
}
.thumbBox 
{
	top:950px;left:400px;display:none;
	
}
#thumbBox 
{
	left: 20px !important;
	top: 150px !important;
	visibility: hidden;
}

#thumbBox .footerbar, .thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Verdana;
letter-spacing: 0;
line-height: 1.1em;
color: #FF6600;
text-align: right;
background-color:#ffffff;
text-transform:lowercase;
}


#thumbBox #thumbImage, .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 black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
