
.camera
{
	float: left;
	width: 550px;
	min-height: 450px;
	background-color: #000000
//	background-color: #412C2E;
	font-size: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 0px;
	text-align: center;
	
	
}




.tile
{
//	display: inline-block;
	float: left;
	width: 380px;
	min-height: 450px;
	background-color: #000000
//	background-color: #412C2E;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 0px;
	text-align: center;
	
	
}



.fotka1
{
	margin-left: auto;
	margin-right: auto;
//	margin-top: 50px;
//	background-image: url("galeria/wikusia/top10/1.wikusia.png");
	transition: transform 1.0s ease-in-out;
	
}
.fotka1:hover
{
	transform: scale(1.1)  ;
	
	
}

.fotoSize
{
	width: 300px;
	height: 360px;
	
//	width: 70%;
//	height: 70%;
}

.tileTop20
{
	float: left;
	width: 800px;
	min-height: 450px;
	background-color: #000000
//	background-color: #412C2E;
	font-size: 20px;
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 20px;
	padding: 0px;
	text-align: center;
}

.fotoSizeTop20
{
	width: 70%;
	height: 70%;
	
//	width: 100px;
//	height: 150px;
}

.fotkaTop20
{
	margin-left: auto;
	margin-right: auto;

	transition: transform 1.0s ease-in-out;
	
}
.fotkaTop20:hover
{
	transform: scale(1.2) rotate(360deg) ;
	
	
}