﻿#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: 1000px;
padding: 10px;

background:#FDF9D7;
visibility: hidden;
z-index: 9;
cursor:auto;
cursor: pointer;
border:1px maroon solid;
}

#thumbBox img{
	border:1px #000 solid;
	margin-bottom:20px;
	float:left;
	width:700px;
	height:525px;
	 z-index:1;
	 position:relative;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 11px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: #000;
padding: 5px 0;
text-align: right;
}


#thumbBox { /*DIV within thumbbox that holds the enlarged image */
background-color: white;
float:left;
width:700px;
z-index:10;
}

#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;
}
