
/* zobrazeni nahledu */
.gallery_tab {
	table-layout:fixed;
	float:left;
	border-right:1pt solid silver;
	border-bottom:1pt solid silver;
	width:160px;
	margin:0px;
	padding:2px;
	background:'#ffffff';
	font-size:11px;
}
.gallery_head {
	width:155px;
	height:25px;
	text-align:center;
	font-family: tahoma, verdana, arial, sans-serif; 
	font-size: 8pt;
}
.gallery_tab a {
	font-size:11px;
	text-decoration:none;
	overflow:hidden;
}
.gallery_note img {
	border:2px;
	margin-right:5px;
	margin-bottom:5px;

}
.gallery_note {
  font-size:8pt;
  text-align:center;
}