body {
	font: normal 11px Arial, Verdana,  Helvetica, sans-serif;
	color: #888;
	background: #EEE;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 {
	font: normal 13px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #000000;
	margin: 10;
	padding: 3;
	text-align: left;
}
h1 a:link, h1 a:visited {
	color: #6F6F6F;
	text-decoration: underline;
}
h1 span {
	color: #AAA;
}
h1 a:hover {
	color: #7A2;
	text-decoration: underline;
}
h2 {
	font: normal 12px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #6F6F6F;
	margin: 0;
	padding: 0;
}
h2 a:link, h2 a:visited {
	color: #6F6F6F;
	text-decoration: underline;
}
h2 span {
	color: #AAA;
}
h2 a:hover {
	color: #7A2;
	text-decoration: none;
}
h3 {
	font: normal 10px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #666;
	margin: 10;
	padding: 0;
	color: #000;
	vertical-align: top;
	text-align: left;
}
h3 a:link, h3 a:visited {
	color: #6F6F6F;
	text-decoration: underline;
}
h3 span {
	color: #AAA;
}
h3 a:hover {
	color: #7A2;
	text-decoration: underline;
}
h4 {
	font: normal 15px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: center;
}
h4 a:link, h4 a:visited {
	color: #6F6F6F;
	text-decoration: underline;
}
h4 span {
	color: #AAA;
}
h4 a:hover {
	color: #7A2;
	text-decoration: underline;
}
h5 {
	font: normal 14px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #6F6F6F;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: underline;
}
h5 a:link, h5 a:visited {
	color: #6F6F6F;
}
h5 span {
	color: #AAA;
}
h5 a:hover {
	color: #7A2;
	text-decoration: underline;
}
h6 {
	font: normal 10px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}
h6 a:link, h6 a:visited {
	color: #6F6F6F;
	text-decoration: underline;
}
h6 span {
	color: #AAA;
}
h6 a:hover {
	color: #7A2;
	text-decoration: underline;
}
#copy {
	font: normal 9px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
}
#tabela {
	text-align: center;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 760px;
	background: #FFF;
	-moz-border-radius: 0px;
	border: 1px solid #CCC;
}
#gallerytitle {
	padding: 6px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	background: #F8F8F8;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	text-align: middle;
}
#content {
	vertical-align: top;
	margin: 0px auto 0px auto;
	width: 500px;
}
#tabela2 {
	text-align: center;
	margin: 0px auto 0px auto;
	width: 740px;
	-moz-border-radius: 0px;
	border: 0px solid #CCC;
}
#niebo {
	vertical-align: top;
	margin: 0px auto 0px auto;
	width: 240px;
}

#content2 {
	margin: 0px auto 0px auto;
	width: 380px;
}
#menu {
		margin: 40px auto 15px auto;
	font: normal 14px "Arial", Verdana, Helvetica, sans-serif;
	color: #9C3;
	text-decoration: none
}	
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../cell/popup/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../cell/popup/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../cell/popup/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
#intro {
	text-align: center;
	vertical-align: top;
	margin: 0px auto 0px auto;
	width: 760px;
	background: #FFF;
	-moz-border-radius: 10px;
	border: 1px solid #CCC;
}
