
	#thumbBox{ /*Outermost DIV for thumbnail viewer*/
		position: absolute ;
		left: 0 ;
		top: 0 ;
		width: auto ;
		padding: 10px ;
		padding-bottom: 0 ;
		background: #000 ;
		border : 1px #f00 solid ;
		visibility: hidden ;
		z-index: 10 ;
		cursor: hand ;
		cursor: pointer ;
	}

	#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
		font: bold 11px arial ;
		letter-spacing: 1px ;
		line-height: 1.1em ;
		color: #fff ;
		padding: 5px 5px ;
		text-align: right ;
		background: #000 ;
		border: 0px solid #fff ;
	}

	#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
		background-color: #000 ;
		border: 1px #000 solid ;
		color: #fff ;
		margin: 0px ;
		width: 640px ;
	}

	#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
		position: absolute ;
		visibility: hidden ;
		border: 1px solid black ;
		color: #fff ;
		background: #000 ;
		padding: 5px ;
		z-index: 5 ;
	}
