#galerie {
	text-align: center;
	width: 605px;
	background-color: #fff;
	position: relative;
}
#zobraz img {
	border: none;
}
#zobraz {
	width: 100%;
	padding: 5px 0px 5px 0px;
}
#nadpis {
	font-size: 14px;
	text-align: left;
	padding: 5px 0px 10px 10px;
	font-weight: bold;
}
#nadpis h1:first-letter {
	
	color: #00264A;
	font-size: 26px;
}
#navigace {
	width: 100%;
	margin: 0;
}
.zpet, .zpet:hover  {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 60%;
}
.predchozi, .predchozi:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	width: 20%;
	padding-left: 10px;
}
.dalsi, .dalsi:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	width: 20%;
	padding-right: 10px;
}
.pocet_foto {
	width: 100%;
	text-align: left;
}
.pocet {
	text-align: right;
}


