#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
background: black;
visibility: hidden;
z-index: 1000;
}

#thumbclose{ /*Footer DIV of thumbbox that contains "close" link */
position:absolute;
top:2px;
right:15px;
cursor: hand;
cursor: pointer;
}

#thumbTitle{
position:absolute;
top:10px;
left:200px;
right:200px;
text-align:center;
font: bold 12px Arial;
color: white;
background-color:black;
}

#thumbBox .title{
text-align:center;
font: bold 12px Arial;
color: white;
background-color:black;
padding:5px 0;
}

#thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
text-align:center;
margin:25px;
padding:3px;
border:1px solid white;
cursor: hand;
cursor: pointer;
}

#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;
}

#thumbloadingbox{ /*DIV for showing "loading" status while thumbbox is being generated*/
width:150px;
margin: 20px auto;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

