html, body {
	margin:0;
	padding:0;
  background-color: #2A2A2A;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #2A2A2A;
	color: #777;
	font-size: 75%;
  overflow-y: scroll;
}

a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
  
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:1.6em;
  color: #777777;
}
h3{
	font-size:1.6em;
  color: #CCC;
  display: inline;
  margin: 0px 8px;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 100%;
	/* background-color: #fff; */
	margin: 0 auto;
	text-align: left;
	/*
  border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
  */    
}
div#container {
	/* padding: 20px; */
  text-align: center;
  position: relative;    
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
div#alerter{
  position: absolute;
  width: 384px;
  left: 50%;
  top: 60px;
  margin-left: -200px;
  background: #282828;
  color: #fff;
  display: none;
  padding: 8px;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	
  z-index: 10;
  width: 100%;
	 
}
#exif_ovladac{
  cursor: help;
    
}
.exif{
  display: none;
  background: #000;
  border: 1px solid silver;
  width: 400px;
  position: relative;
  margin: 14px auto 0px auto;
  color: #CCC;
}


div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.nav-controls a.prev,div.nav-controls a.next{
  text-decoration: none;
  font-family: arial;
  color: #777777;
  font-size: 2em;
}
div.nav-controls a.prev:hover,div.nav-controls a.next:hover{
  text-decoration: none;
  color: white;
  font-family: arial;
  font-size: 2em;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin: 5px 0px 25px 0px;
	height: 23px;
  
  margin-left: auto;
  margin-right: auto;
}
div.controls div.nav-controls a {
	padding: 2px 40px;
}
div.ss-controls {
	position: absolute;
  left: 50%;
  width: 70px;
  margin-left: -35px;
  padding: 0;
  margin-top: 3px;
}
div.nav-controls {
	
}
div.slideshow-container {
	position: relative;
	clear: both;
  text-align: center;
	/* height: 502px; */ 
}
div.loader {
	/*
  
	top: 0;
	left: 0;
	background-image: url('loader.gif');  
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;*/
  display: none;

}
div.slideshow {
 
}
div.slideshow span.image-wrapper {
	display: inline-block;
	position: absolute; /* nutné kvůli prolínání */
  top: 0;
	left: 0;
  width: 100%;
}
span.advance-link {
display: inline-block;
border: 15px solid black;

}
div.slideshow {
	display: block;
	/* width: 800px; */
	
	
	text-align: center;
  width: 100%;
}

div.slideshow img {
	vertical-align: middle;
	border: 1px solid #fff;
  width: 100%;
  box-sizing: border-box;  
}
div.download {
	float: right;
}
div.caption-container {

}
ul.thumbs div.caption{
  display:none;
}
span.image-caption {
	display: block;
	position: absolute;
  right: 0px;
  left: 0px;
  z-index: 90;
  
}
div.caption {	
	color: #777;
      
}
#caption{
  position: absolute;
  width: 100%;
  top: 25px;
  
}
div.caption a {
	color: #fff;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
  position: absolute;
  text-align: left;
  z-index: 100;
  top: 0px;
  background-color:#282828;
  padding: 8px;
  max-width: 200px;
  left: 0px;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
  display: none;
}
ul.thumbs li {
	display: inline-block; 
	padding: 0;
	margin: 0px;
	list-style: none;
  text-align: center;
	width: 80px;
  height: 80px;
  overflow: hidden;
	border: 1px solid transparent; 
  background: #202020; 
}
a.thumb {
	padding: 0;
	display: inline;
	border: none;
}
ul.thumbs li.selected a.thumb {
	color: #B8B8B8;
	font-weight: bold;
  background-color: #090909;  
}
ul.thumbs li.selected{
	border: 1px solid white;  
}

a.thumb:focus {
	outline: none;
}
ul.thumbs div.thumbviewport {

	width: 80px;
  height: 80px;
  overflow: hidden;
  display: table-cell;
  vertical-align:middle;
  overflow: hidden;'  
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: inline-block;
	
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #777777;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
  color: #fff;
}
#captionToggle a {
	float: right;
	display: block;
	background-image: url('caption.png');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
}
.correct{
clear: both;
height: 0px;
}
