/* Copyright (c) 2006 Lokesh Dhakar @ www.huddletogether.com; Modified by Mateusz Heleniak @ www.iws.pl */

#lightbox {
	line-height: 0;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 100;
}

#lightbox a img {
	border: 0;
}

#outerImageContainer {
	background: #FFFFFF;
	margin: 0 auto;
	width: 250px;
	height: 250px;
	position: relative;
}

#imageContainer {
	padding: 10px;
}

#loading {
	line-height: 0;
	text-align: center;
	width: 100%;
	height: 25%;
	position: absolute;
	top: 40%;
	left: 0%;
}

#hoverNav {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#imageContainer > #hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	background: transparent url(../../../../../img/lightbox-blank.gif) no-repeat; /* Trick IE into showing hover */
	width: 49%;
	height: 100%;
	display: block;
}

#prevLink {
	float: left;
	left: 0;
}

#nextLink {
	float: right;
	right: 0;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../../../../../img/lightbox-prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../../../../../img/lightbox-nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px/1.4em Verdana, Helvetica, sans-serif;
	background: #FFF;
	margin: 0 auto;
}

#imageData {
	padding:0 10px;
}

#imageData #imageDetails {
	text-align: left;
	width: 70%;
	float: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	padding-bottom: 1.0em;
	display: block;
	clear: left;
}

#imageData #bottomNavClose {
	padding-bottom: 0.7em;
	width: 66px;
	float: right;
}

#overlay {
	background: #000000;
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	-moz-opacity: 0.6;
	opacity: 0.6;
	_filter:alpha(opacity=60);
}

.clearfix:after {
	content: '.'; 
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: inline-block;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}