﻿#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
	padding: 5px;
	padding-bottom: 0;
	background-color: #CBCACA;
	visibility: hidden;
	z-index: 100;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #000;
	padding: 0px 0px 5px 0px;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #CBCACA;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	color: #425c24;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #e0dee9;
	padding: 5px;
	z-index: 5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}