#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	background: #414141;
	border: 1px solid #717171;
	visibility: hidden;
	z-index: 10;
	cursor: url(/younggaypass/css/cursors/zoomout.cur), pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	padding-top: 5px;
	text-align: right;
	cursor: pointer;
	font-weight: bold;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #414141;
	border: 1px solid #FFFFFF;
}

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