#hovernav {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#hovernav a {
	outline: none;
}

#imagecontainer {
	padding: 10px;
}

#imagecontainer>#hovernav {
	left: 0;
}

#imagedata {
	color: #666666;
	padding: 0 10px;
}

#imagedata #bottomnavclose {
	float: right;
	padding-bottom: 0.7em;
	width: 66px;
}

#imagedata #caption {
	font-weight: bold;
	font-size: 11px;
}

#imagedata #imagedetails {
	float: left;
	text-align: left;
	width: 70%;
}

#imagedata #numberdisplay {
	clear: left;
	display: block;
	padding-bottom: 1.0em;
	font-size: 11px;
}

#imagedatacontainer {
	background-color: #ffffff;
	line-height: 1.4em;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
}

#lightbox {
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}

#lightbox a img {
	border: none;
}

#loading {
	height: 25%;
	left: 0%;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
}

#nextlink {
	float: right;
	right: 0;
}

#nextlink:hover, #nextlink:visited:hover {
	background: url(../../images/lightbox_nasledujici.gif) right 15% no-repeat;
}

#outerimagecontainer {
	background-color: #ffffff;
	height: 250px;
	margin: 0 auto;
	position: relative;
	width: 250px;
}

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

#prevlink {
	float: left;
	left: 0;
}

#prevlink, #nextlink {
	background: transparent url(../../images/pixel_blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	height: 100%;
	width: 49%;
}

#prevlink:hover, #prevlink:visited:hover {
	background: url(../../images/lightbox_predchozi.gif) left 15% no-repeat;
}

