body 
{
font-family: Verdana, Arial, sans-serif;
background-color: #434343;
font-size: 10pt;
color: white;
margin: auto;
}


table.obrazek
	{
	margin-left: auto;
	margin-right: auto;
	padding: auto;
	width: 100%;
	height: 100%;
	}

	table.obrazek tr
		{
		width: 100%;
		}

	table.obrazek td
		{
		margin: auto;
		width: 100%;
		vertical-align: middle;
		text-align: center;
		height: 710px;
		}


a img 
	{
	border-width: 0;
	}

	
#ovladaniOdkaz
	{
	position: absolute;
	left: 0px;
	top: 0px;	
	}

	
#ovladaniDetail
	{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
	width: 180px;
	height: 37px;
	filter: alpha(opacity=0);
	opacity: 0;
	}
	
	#ovladaniDetail p
		{
		color: white;
		font-size: 80%;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}
	
		#left
		{
			position: absolute;
			bottom: 3px;
			left: 10px;
		}
		
		#right
		{
			position: absolute;
			bottom: 3px;
			right: 10px;
		}

#exifOdkaz
	{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: black;
	}
	
	#exifDetail
		{
		visibility: hidden;
		position: absolute;
		top: 0px;
		right: 16px;
		width: 330px;
		background-color: black;
		color: white;
		}

	#exifDetail table
		{
		font-size: 80%;
		}

		td.popisek
			{
			text-align: left;
			background-color: #434343;
			width: 35%;
			}

		td.hodnota
			{
			text-align: left;
			width: 65%;
			background-color: #707070;
			}

		.exifInfo
			{
			width: 100%;
			margin: auto;
			}

		.exifInfo th
			{
			border-color: white;
			border-style: solid;
			border-width: 1px;
			}

