/* ================================================================
Cascarde Style Sheet für Thumbnailviewer - Auroria
================================================================ */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #28267d;
	border: 1px dotted #4a2364;
	visibility: hidden;
	z-index: 10;
	}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: 16px Georgia;
	letter-spacing: 5px;
	line-height: 1.1em;
	/* background: #16171a; */
	padding: 5px 0;
	text-align: right;
	cursor: pointer;
	}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	/* background: #ffe0c4; */
	}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	background: #28267d;
	border: 1px dotted #4a2364;
	padding: 5px;
	z-index: 5;
	}