#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
margin-top: -75px;
width: auto;
padding: 25px 25px 10px 25px;
background-color: #FFE8E8;
border: 10px solid #f15057;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
color: #c00;
font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
font-size: 9px;
line-height: 100%;
padding: 0;
/*padding: 10px;*/
text-align: right;
background-color: #FFE8E8;
}


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

#thumbImage img	{
margin:  0 0 10px 0;	
padding: 0;
border: 1px solid #f6d0d3;
}

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