#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
border: 1px solid #dddddd;
padding-bottom: 0;
background: #ffffff;
visibility: hidden;
cursor: hand;
cursor: pointer;



}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font:70%/1.4em Trebuchet MS,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#333333;
line-height: 1.1em;
padding: 5px 0;
text-align: center;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
height:0px;
visibility:hidden;
display:none


}