body {
	background-color: rgb(192,192,195);
	font-family: georgia, serif;
	}
.round {
 	border: 3px solid white; border-radius: 30px;
 	margin: 5px auto;
 	padding: 10px;
 	background: rgb(255,255,128);
 	width: 75%;
	}
.round-stopka {
	border: 3px solid white; border-radius: 10px;
	margin: 5px auto;
	padding: 2px;
	width: 95%;
	}
.round-no {
 	border: 0px solid white; border-radius: 30px;
 	margin: 5px auto;
 	padding: 10px;
 	background: rgb(255,255,128);
 	width: 75%;
	}
#naglowek {
		font-size: 150%;
		font-weight: bold;
		color: navy;
		padding: 3px;
		text-align: center;
		margin: 5px auto;
		background-color: rgb(255,255,128);
		}
#tytul {
		font-size: 120%;
		font-weight: bold;
		color: navy;
		padding: 2px;
		text-align: center;
		margin: 2px auto;
	}
#lewa {
	float: left;
	width: 120px;
	padding: 4px;
	text-align: center;
	
	}
#lewa2 {
	float: left;
	width: 120px;
	padding: 4px;
	text-align: center;
	}
#prawa {
	float: right;
	width: 120px;
	padding: 4px;
	font-size: 80%;
	text-align: center;
	
	}
#tresc {
	float: none;
	width: auto;
	color: navy;
	font-size: 105%;
	padding: 4px 130px 4px 130px;
	border-left: 0px solid black;
	border-right: 0px solid black;
	text-align: justify;
	margin: 5px 5px 5px 5px;
	}
#stopka {
	float: none;
	clear: both;
	background-color: rgb(192,192,195);
	color: black;
	font-size: 75%;
	font-family: monotype;
	text-align: ;
	padding: 5px;
	}
#pp_pion {
	margin: 5px 5px 5px 5px ;
	padding: 1px;
	text-align: center;
	color: red;
	}
#pp_poz {
	/*margin: 10px 5px 30px 50px;*/
	margin: 10px auto;
	padding: 8px;
	text-align: center;
	color: red
	}
.centr_light {
		width: 600px;
		display: block;
		text-align: center;
		margin: 10px auto;
		padding: 0px;
		background: none;
		}
img.a {
	padding: 1px;
	margin: 0 auto;
	border: 2px solid gray;
	border-style: outset;
	width: 99px;
	}
img.left {
	padding: 2px;
	margin: 1px ;
	float: left;
	border: outset;
	width: 750px;
	}
img.right {
	padding: 2px;
	margin: 1px ;
	float: none;
	border: outset;
	width: 85%;
	}
img.centr_light {
	width: 110px;
	height: 200px;
	border-style: outset;
}
ul, ul li {
	display: block;
	white-space: nowrap;
	list-style: none;
	margin: 1px 2px 1px;
	padding: 0px;
	}
ul {
	width: 100px;
	}
ul a:link, ul a:visited {
	display: block;
	width: 100px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 120%;
	background-color: #ccc;
	color: #000;
	padding: 5px;
	border: 2px outset #ccc; border-radius: 10px;
}
ul a:hover {
	border-style: inset; border-radius: 10px;
	padding: 7px 3px 3px 7px;
	}
hr {
	width: 75%;
	}
sup {
	color: green;
	}
	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }