.lightBoxFotogal
{ 
width: 900px
float: left;
clear: both;
margin: 10px 0 0 25px;
}

.lightBoxFotogal a img 
{
/*float: left;*/
height: auto;
max-height: 240px;
width: auto;
max-width: 100%; 
}


.lightBoxFotogal ul li
{
	padding:15px;
	float:left;
	width: 33.33%;
	height:240px;
	list-style-type: none; 
	display: block;
	overflow:hidden;

}

.lightBoxFotogal ul li>div
{
	padding: 10px;
	background: white;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 7px 1px rgba(102,102,102,1);
	box-shadow: 0px 0px 7px 1px rgba(102,102,102,1);
	text-align:center;
	height:100%;
	overflow:hidden;
}

.lightBoxFotogal ul li a
{
	 display:block;
	 max-height:100%; 
	overflow:hidden;
}

.lightBoxFotogal ul
{
	margin-left:-10px;
	margin-right:10px;
}


@media(max-width:768px)
{
	.lightBoxFotogal ul li
	{
		width:50%;
	}
}

@media(max-width:500px)
{
	.lightBoxFotogal ul li
	{
		width:100%;
	}
}

#fotogalHeader
{
	margin: 0 0 20px 25px; 
	float: left; 
	width: 910px; 
	height: 308px; 
	padding: 10px 0 0 10px; 
	background: url(../../grafika/fotogal_poz.png); 
	overflow: hidden;
	max-width:100%;
	
	background: white;
		border-radius:10px;
		-webkit-box-shadow: 0px 0px 7px 1px rgba(102,102,102,1);
		-moz-box-shadow: 0px 0px 7px 1px rgba(102,102,102,1);
		box-shadow: 0px 0px 7px 1px rgba(102,102,102,1);
	
}

.fotoHeader
{
	float: left; 
	width: 11.1%;
	margin-left: 2px;
	overflow: hidden;
}

.fotoHeader:first-child
{
	width: 31%;
	margin-left: 0px;
}

@media(max-width:992px)
{
	
	#fotogalWrapper
	{
		padding:0 30px;
	}

	#fotogalHeader
	{
		margin-left:0;
		background: white;
		border-radius:10px;
		-webkit-box-shadow: 0px 0px 7px 1px rgba(102,102,102,1);
		-moz-box-shadow: 0px 0px 7px 1px rgba(102,102,102,1);
		box-shadow: 0px 0px 7px 1px rgba(102,102,102,1);
	}
	
	#fotogalHeader>div
	{
		text-align:right;
	}
	
	#fotogalHeader img
	{
		float:right;
	}
	
	.fotoHeader
	{
		width: 12.0%;
	}
	
	.fotoHeader:first-child
	{
		width: 25%;
	}
}

@media(max-width:768px)
{
	#fotogalHeader
	{	
		height:300px;
		padding:10px;
	}
	
	#fotogalHeader>div
	{
		width:25%!important;
		border-right:1px solid white;
		border-bottom:1px solid white;
		margin-left:0;
		height:140px;
		position:relative;
	}
	
	img.img_m
	{
		display:none!important;
	}
	
	img.img_v
	{
		display:block!important;
		position:absolute;
		bottom:0;
		right:0;
		width:auto!important;
	}
	
	#fotogalHeader>div.aktImgVw
	{
		width:50%!important;
	}
}

@media(max-width:500px)
{
	img.img_v
	{
		width:230px!important;
	}
	
	
}




