#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 50px;
	padding-bottom: 0;
	background-color: #FFF;
	border: 1px solid #AAA;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 11px Verdana;
	letter-spacing: 3px;
	line-height: 1.1em;
	color: #999;
	padding: 15px 0;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #FFF;
	border: none;
}

#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;
}
/* ----------------------------- */
div.thcont{
	width: 265px; 
	float: right;
	margin: 5px 5px 5px 5px;
}
a.thcont,
div.thcont a{
	margin: 4px 4px 4px 4px;
	border: 1px solid #FFF;
	display: block;
	float: left;
	width: 78px; height: 78px;
	background: #000;
}

.miniaturki{
	margin: 10px 0 10px 0;
}

div.thcont a:hover{
	background: #FFF;
	border-color: #444;
}
a.thcont img,
div.thcont a img{
	/* miniaturka musi posiadaæ 120x90px */
	margin: 5px 5px 5px 5px;
	border: 1px solid #555;
}