/* PopUp Zdjecia */
table.powiekszenie{ 
	background: white; 
}
div.powiekszenie { 
	position: absolute; 
	display: none; 
	z-index:101; 
}
div.powiekszenie div.pasek { 
	height:16px; 
	background:#f8f8f8; 
	text-align:right; 
	margin:5px 5px 1px 5px; 
}
div.powiekszenie .zamknij { 
	text-align: right; 
	margin-bottom: 0px; 
	color:#FFFFFF; 
	font-size:11px; 
	text-decoration:none;
	font-family:Arial, Verdana, sans-serif; 
	font-weight:bold; 
	background:#999999; 
	padding:0px 6px 2px 6px; 
}
div.powiekszenie .zamknij:hover { 
	color:#333333; 
	text-decoration:none; 
} 
div.ladowanie { 
	background-color:#eeeeee; 
	background-image:url(images/loader.gif); 
	background-position:50% 50%; 
	background-repeat: no-repeat; 
	margin:5px 5px 5px 5px;
}
div.ladowanie .obrazek { 
	background-position:50% 0;
	background-repeat: no-repeat;
	cursor:pointer;
}