#lightbox{
	position: absolute;
	top: 40px;
	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: 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;}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em; 
	}

#imageData{
	padding:0 10px;
	}

#imageDescription{
	position:static;
	height: 25px;
	padding-top: 3px;
}

#caption{ font-weight: bold;}

#buttonDownload{
	clear: both;
	float: left;
	width: 100px;
	text-align: left;
	height: 20px;
}	

#leftColumn {
	float: left;
	width: 100px;
	text-align: left;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

#rightColumn
{
	float: right;
	width: 100px;
	text-align: right;
	margin-top: -1px;
}

ContentColumn {
	width: auto;
	margin-left: 109px;
}

#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 100px;
	margin-top: 1px;
	text-align: center;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}

#buttonClose{
	position:static;
	float: right;
	text-align: right
	height: 10px;
	}	

/*special : has to be fluid, no heights!!! */
#imageDataContainer a {
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	color:#0081C4;
	text-decoration : none;
	
	display:block;
	position:relative;	/* move 1 down ...*/
	width: 100px;
	top:1px;
	margin-top:-1px;	/* and back again 1 up -> no double border lines */				
	
	border-top:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	padding-top:1px;
	padding-bottom:2px;
	}
	
#imageDataContainer a:visited {
	color:#0081C4;
	}

#imageDataContainer a:hover {
	color:#FF3300;
	text-decoration : none;
	}

#imageDataContainer a:active {
	color:#FF3300;
	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #cdcdcd;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6; 
	}
	
.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 */
	}	
	
	


