#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	padding-bottom: 5px;
	background: #ffffff;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	padding-top: 60px;
	padding-right: 1px;
	padding-left: 1px;
	
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	line-height: 1.1em;
	color: #999999;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	vertical-align: bottom;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#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;
}

/* Copyright 2005 Identity Dubai. All rights reserved. - www.identitydubai.com  */
/* Created 25 August 2007 - Last Edited for Alignment & Spacing 18 July 2011  */
/* Last Edited by Fadi M. Abul Husen - web and media - www.webandmedia.com  */
