@charset "iso-8859-2";
/* CSS Document */


div.miniaturka{
	float: left;
	width: 32%;
	position: relative;
	padding: 0px;
	margin: 7px auto;
	overflow: hidden;
	
}

div.miniaturka img{
	border: 2px solid #969696;
	color: #969696;
	width:80%
}
div.miniaturka img:hover{
	border: 2px solid #959595;
}
div.miniaturka p{
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}

.center{
	text-align:center !important;
}
 
div.miniaturka p a:link,
div.miniaturka p a:visited{

	font: normal 11px "Courier New", Courier, monospace;
}


div.zdjecie{
	float: none;
	position : relative;
	padding-right: 15px;
	padding-left: 15px;
}

div.zdjecie img{
	float : none;
	margin : 0 0 0 0;
	width: 100%;
	border-style: none;
}

div.ramka_zdjecie a:link,
div.ramka_zdjecie a:visited,
div.zdjecie p,
div.zdjecie a:link,
div.zdjecie a:visited 
{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: none;	
}
div.zdjecie p
{
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}

div.ramka_zdjecie a:hover,
div.zdjecie a:hover
{
	text-decoration: none;	
}

div.ramka_zdjecie{
	width: 100%;
	border: thin solid #951949;
}

div.ramka_zdjecie img{
	position: relative;
	float: none;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	
}

div.calosc{
	position: fixed;
	left: 10px;
	top: 160px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	overflow-x:hidden;
}


div.miniaturka_grupa{
	text-align: center;
	margin: 10px;
	float: left;		
	height: 275px;	
	
}

div.black_mask,
div.miniaturka_grupa {
	width: 390px;
}

div.black_mask{
	height: 260px;	
}

div.black_mask {
	z-index: 100;
	color: #FFF;
	background:#000;
	position: absolute;
	float:left;
	margin-left:0px;
	margin-top:0px;	
	opacity:0;
}
	
div.black_mask h1{
	margin-top:100px
}


div.miniatury_galeria{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}


