/*Modified by Gary Hollands - solriche, from css by Dynamic Drive Image Thumbnail Viewer - http://www.dynamicdrive.com*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 0.2em 0.2em 0 0.2em;
background: rgb(50,50,50);
visibility: hidden;
cursor: pointer;
}
#thumbBox #thumbImage{
font: 60% bold arial,sans-serif;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 75% bold arial,sans-serif;
color: rgb(255,255,255);
padding: 0.2em 0 0 0;
text-align: right;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: rgb(255,255,255);
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
top: 0;
left: 0;
visibility: hidden;
border: 1px dotted rgb(200,200,200);
background-color: rgb(250,250,250);
padding: 0.2em 0.2em 0 0.2em;
}