#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: 50%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
        z-index: -1;
}
#imageContainer>#hoverNav{ right:0;}
#hoverNav a{ outline: none;}

#prevLink
{   
	width: 40%;
	height: 100%;
}
#nextLink
{
	width: 40%;
	height: 100%;
}
#prevLink { background: url(http://logostat.at.ua/images/_prev.png) left 50% no-repeat; float: left; margin-left: -14px; opacity:0.7; }
#nextLink { background: url(http://logostat.at.ua/images/_next.png) right 50% no-repeat;  float: right; margin-right: -14px; opacity:0.7;}
#prevLink:hover, #prevLink:visited:hover { opacity:1.0; margin-left: -23px; }
#nextLink:hover, #nextLink:visited:hover { opacity:1.0; margin-right: -23px; }
 
/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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
{
        display: none;
        position: absolute;
	top: -14px;
	right: 20%;
	z-index:-1;
	opacity:0.5;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out; 
	-moz-transition: all 0.4s ease-out; 
	transition: all 0.4s ease-out; 
}
#imageData #bottomNavClose:hover 
{
	position: absolute;
        right: 20%;
	top: -23px;
	opacity: 1.0;
}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	
