#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;
	}

#bottomNavClose {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	background:transparent url(_img/lb_close.gif) top left no-repeat;
	text-indent:-9999px;	
	display:block;
	width:80px;
	height:30px;

}
#outerImageContainer > #bottomNavClose {
	background-image:url(_img/lb_close.png)
}

#imageContainer{
	padding: 10px;
	}

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

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	padding:0 0 1em 0;
	overflow:hidden;
	height:1%;
}

#prevLink {
	float: left;
	display:block;
	margin-left:10px;
	background:transparent url(_img/lb_prev.gif) top left no-repeat;
	width:60px;
	height:20px;
	text-indent:-9999px;
}
#prevLink:focus{
	outline: 0;
}
#nextLink {
	float: right;
	display:block;
	margin-right:10px;
	background:transparent url(_img/lb_next.gif) top left no-repeat;
	width:60px;
	height:20px;
	text-indent:-9999px;
}
#nextLink:focus{
	outline: 0;
}
#downloadLink {
	float: right;
	display:block;
	margin-right:10px;
	background:transparent url(_img/lb_download.gif) top left no-repeat;
	width:70px;
	height:20px;
	text-indent:-9999px;
}
#downloadLink:focus{
	outline: 0;
}

#ecardLink {
	float: right;
	display:block;
	margin-right:10px;
	background:transparent url(_img/ecard_btn.gif) top left no-repeat;
	width:120px;
	height:20px;
	text-indent:-9999px;
}
#ecardLink:focus{
	outline: 0;
}

#caption {
	text-align:left;
	color:#666;
	font-style:italic;
	margin:0 165px 0 75px;
}

#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;
	}
	

.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 */
	}