@charset "utf-8";
/* CSS Document */

/* galerie přehled */
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.container {
	width: 610px;
	padding-bottom: 100px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ul.display {
	float: left;
	width: 610px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.display li {
	float: left;
	width: 610px;
	padding: 10px 0;
	margin: 0;
}
ul.display li .content_block {
	padding: 0 10px;
}
ul.display li .content_block h2{
	font-weight: normal;
	letter-spacing: 1px;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10pt;
	margin-left: 0px;
}

ul.display li .content_block a img{
	padding: 5px;
	border: 2px solid #835700;
	background: #fff;
	margin: 0 15px 0 0;
	float: left;
}
ul.display li .content_block a:hover img{
	filter:Chroma(Color=0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

ul.thumb_view li{
	width: 250px;
}
ul.thumb_view li h2 {
	display: inline;
	margin: 0px;
	font-size: 9pt;
	clip: rect(-20px,auto,auto,auto);
	color: #F0D6AE;
	font-style: italic;
}
ul.thumb_view li p{
	display: none;
}
ul.thumb_view li .content_block a img {
	margin: 0 0 10px;
}

a.switch_thumb {
	width: 200px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	display: block;
	outline: none;
	text-indent: -9999px;
	background-image: url(../grafika/switch_galerie.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
a:hover.switch_thumb {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
a.swap { background-position: left bottom; }


/* galerie zobrazení */

/* thumbnail list */

ul#thumbs, ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none;
	float: left;
}
	
	ul#thumbs li{
	float:left;
	border:1px solid #835700;
	padding:2px;
	background-color: #FFF;
	margin-left: 9px;
	margin-top: 9px;
	}
	ul#thumbs a{
	display:block;
	float:left;
	width:105px;
	height:100px;
	line-height:100px;
	overflow:hidden;
	position:relative;
	z-index:1;
	}
	ul#thumbs a img{
	float:left;
	position:absolute;
	top:-20px;
	left:-20px;
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
	border:1px solid #835700;
	background:#fff;
	padding:2px;
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

	p.thumb{
	float:left;
	margin:.5em 0;
	margin-right:10px;
	border:1px solid #835700;
	padding:2px;
	background-color: #FFF;
	}
	p.thumb a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
	border:1px solid #835700;
	background:#fff;
	padding:2px;
		}	
	
	/* // mouse over */	

/* // single thumbnail */

/* zobrazení */

#zobrazit_obrazek {
	background-color: #FFF;
	padding: 7px;
	height: auto;
	width: 600px;
	border: 2px solid #660000;
	text-align: center;
	margin: auto;
}
.obrazek_popis {
	font-size: 10pt;
	font-style: italic;
	color: #666;
}
ul#thumbs_gal .ram{
	float:left;
	margin-right:10px;
	border:1px solid #835700;
	background-color: #FFF;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
ul#thumbs_gal a{
	display:block;
	float:left;
	width:190px;
	height:100px;
	line-height:100px;
	overflow:hidden;
	position:relative;
	z-index:1;
	}
ul#thumbs_gal a img{
	float:left;
	position:absolute;
	top:-20px;
	left:-10px;
	}
/* mouse over */
	
		ul#thumbs_gal a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
ul#thumbs_gal a:hover img{
	border:1px solid #835700;
	background:#fff;
	padding:2px;
		}	
/* // mouse over */

	/* clearing floats */
	
		ul#thumbs_gal:after, li#thumbs_gal:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}

