
#powieksz-obrazek {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: url('/pnl/obr/maska_czarna.png');
	text-align: center;
	overflow: auto;
}

	#powieksz-img-box {
		width: 900px;
		margin: 10px auto;
		padding: 0;
		overflow: hidden;
	}
	
	#powieksz-img {
		border: 5px solid #454545;
		margin: 20px auto;
		clear: both;
		float: none;
	}
	
	
#powieksz-filmik {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: url('/pnl/obr/maska_czarna.png');
	text-align: center;
	overflow: auto;
}

	#powieksz-filmik-box {
		width: 900px;
		margin: 10px auto;
		padding: 0;
		overflow: hidden;
		color: #ffffff;
	}
	
	#media-filmik {
		margin: 20px;
		width: 700px;
		height: 484px;
	}
	
	
	#powiekszone-zdjecie {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: fixed;
		left: 0;
		top: 0;
		background: url('/pnl/obr/maska_czarna.png');
	}
	
		.p-z-schowaj {
			display: none;
		}
	
		.p-z-pokaz {
			display: block;
		}
		
		#p-z-obrazek-nawigator {
			width: 1000px;
			margin: 0 auto;
			padding: 0px;
			text-align: center;
			float: none;
			clear: both;
			position: relative;
		}
		
			#p-z-obrazek {
				display: block;
				margin: 20px auto;
				padding: 0;
				border: 3px solid #4b4b4b;
				float: none;
				clear: both;
			}
			
			#p-z-zamknij {
				width: 36px;
				height: 30px;
				border: 0;
				background: url('../obr/button_x.png');
				background-repeat: no-repeat;
				display: block;
				right: 50px;
				top: 50px;
				position: absolute;
			}
			
			#p-z-zamknij-blok {
				width: 740px;
				height: 80%;
				border: 0;
				display: block;
				left: 125px;
				top: 50px;
				position: absolute;
			}
			
			#p-z-nawigator-lewe {
				width: 100px;
				height: 300px;
				border: 0;
				background: url('../obr/scroll_left.gif');
				background-repeat: no-repeat;
				background-position: 50% 50%;
				display: block;
				left: 20px;
				top: 90px;
				position: absolute;
			}
			
			#p-z-nawigator-prawe {
				width: 100px;
				height: 300px;
				border: 0;
				background: url('../obr/scroll_right.gif');
				background-repeat: no-repeat;
				background-position: 50% 50%;
				display: block;
				right: 20px;
				top: 90px;
				position: absolute;
			}