#lightbox
{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#lightbox a img
{
	border: none;
}

#outerImageContainer
{
	position: relative;
	background: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	z-index: 9999;
}


#imageContainer
{
	padding: 9px;
}

#imageContainer img
{
	border: 1px solid #AAA;
}

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
}

#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: transparent url("../../images/dummy.gif") no-repeat; /* 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/previous_label.gif") no-repeat top left;
}

#nextLink:hover,
#nextLink:visited:hover
{
	background: url("../../images/next_label.gif") no-repeat top right;
}

#headImageContainerHr, #headImageContainerEn
{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	text-align: left;
}

#headImageContainerHr h1, #headImageContainerEn h1
{
	padding: 9px 0px 0px 10px;
	margin: 0px;
	font: bold 11px Verdana, Helvetica, sans-serif;
	color: #D34912;
}

#headImageContainerHr a, #headImageContainerEn a
{
	float: right;
	text-indent: -9999px;
	width: 50px;
	height: 20px;
	margin: 6px 0px 0px 0px;
	padding: 0px 9px 0px 0px;
	display: block;
}

#headImageContainerHr a
{
	background: url("../../images/help_hr.gif") no-repeat 0px 0px;
}

#headImageContainerEn a
{
	background: url("../../images/help_en.gif") no-repeat 0px 0px;
}

#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background: #fff url("../../images/legend.gif") no-repeat center bottom;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData
{
	padding: 0 10px;
}

#imageData #imageDetails
{
	width: 65%;
	float: left;
	text-align: left;
}	

#imageData #caption
{
	color: #000;
	font-weight: bold;
}

#imageData #numberDisplay
{
	color: #888;
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}	
		
#imageData #bottomNavCloseEn
{
	background: url("../../images/close_en.gif") no-repeat 0px 0px;
	width: 123px;
	height: 20px;
	float: right;
	padding-bottom: 0.7em;
	display: block;
}	

#imageData #bottomNavCloseHr
{
	background: url("../../images/close_hr.gif") no-repeat 0px 0px;
	width: 123px;
	height: 20px;
	float: right;
	padding-bottom: 0.7em;
	display: block;
}	

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background: #000;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix
{
	display: block; 
	width: 100%;
}