#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
font: bold 12px Tahoma;
color: #FFFFFF;
left: 0;
top: 0;
width: auto;
padding: 0px;
padding-right: 220px;
padding-bottom: 1000px;
background: #000000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
position: relative;
margin-right: 160px;
float: left;
clear: both;
}
