	body 
	{
		width: 100%;
		font-size: 0.8em;
		background: #F3F3F3; 
		font-family : Arial CE, Arial, Helvetica CE, Helvetica, sans-serif;
		margin: 0px; 
		padding: 0px;  
	}


	#gallery 
	{
		text-align: center;
	}		

		#fototxt
		{
			width: 100%;
			margin-top: 5px;
			background-color: #E5E5E5;
			position: relative;
		}

		#nahled 
		{
			float: left;
			width: 100%; 
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 6px;
			border: solid 1px #CCCCCC;
		}
		
			#gallery-thumbs 
			{ 
				left: 25px;
				width: 100%; 
				margin:0; 
				padding:0 0 0 0px; 
				list-style:none; 
				position: relative;
			}
		
			#gallery-thumbs li 
			{
				float: left;

				text-align: center;
				position: relative;
			}

			#gallery-thumbs li a {margin: 0 2px; display: block; padding: 2px; outline: none; }
			#gallery-thumbs li a img { display:block; }
			#gallery-thumbs li a:hover {background-color: #FF0000}
			#gallery-thumbs li.active a {background-color: #000000}
		

		#navigace
		{

		}

		
		
		#foto 
		{
			clear: both;
			width: 100%; 
			margin: 5px;
			float: left; 
			text-align: center; 
			position: relative;
		} 



		
		
		#gallery-photo-container {float: left;  text-align: center; margin: 10px auto; position: relative;}
		#gallery-photo 
		{
			border: 1px #000000 solid
		}

		
		#gallery-overlay 
		{
			width: 99%;
			visibility:hidden;
			text-align: center;
			background:#000 url(../img/vlk.gif) no-repeat center center;
			opacity: 0.4;
			filter: alpha(opacity = 40);
			z-index:1001
		}

		
		
		.nazev_foto
		{
			font-weight: bold;
			font-size: 1.2em;
		}