body {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
	background: white url("pozadi.jpg");
}

div#bg {
	
	padding: 0;
}

a img {
	border: 0;
}

a {
	color: #f2f2f2;
	outline: 0;
	text-decoration: none;
}

h1 {font-size: 45px;
	margin: 0;
	padding: 50px 0px 35px 270px;
	color: #fff;
}

#page {
	margin: 20px auto;
	padding: 10px 20px;
	width: 960px;
	text-align: center;
}
#container {
	display: block;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	
}

#main {
	text-align: center;
	
}

#header {
	font-size: 15px;
	height: 150px;
	padding-left: 50px;
	padding-top: 60px;
	background: url("hlavicka.png") no-repeat;
	font-family: Calibri, sans-serif;
	padding: 0px;
	margin: 0;
	width: 960px;
	height: 180px;	
}

#main table {
	text-align: center;
	
}
#main td {
	text-align: center;
	
}

#dirNav a {
	color: #F2F2F2;
	text-decoration: none;
}

#dirNav a:hover {
	text-decoration: underline;
}

#navigation {color: #FFFFFF;
	margin: 10px 0px 5px 0px;
	padding: 5px 0 5px 250px;
	text-align: left;
}

#navigation a {
	color: #FFFFFF;
	
}

a.item {
	background: url('item_transparent.png') no-repeat;
	display: block;
	float: left;
	height: 141px;
	margin: 5px;
	text-align: center;
	width: 177px;
}

a.photo span {
	display: none;
}

a.dir span {
	background: url('folder.png') center no-repeat;
	display: block;
	height: 120px;
	margin-top: 10px;
}

a.item:hover {
	background-image: url('item_hover.png');
}

a.thumb {
	background-image: url('item_hover.png');
	display: block;
	height: 141px;
	width: 177px;
	top: 220px;
	margin: 0 0px;
}


a.thumb img, a.photo img {
	margin-top: 10px;
	max-height: 120px;
	max-width: 160px;
	height: auto !important;
	width: auto !important;
	height: 120px;
	width: 160px;
}

a img#main_img, td.photo {
	max-width: 600px;
	width: auto !important;
	width: 600px;
}

div.label {
	background-color: #def1fc;
	border-bottom: 1px solid #96b4bf;
	margin: 0 auto 20px;
	padding: 1px 5px;
	text-align: left;
	width: 650px;
}
#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(../image/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../image/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: #78c7eb; }
