/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox_startup{
	position: absolute;
	top:8em;
	left:19em;
	z-index:8000;
	width:22em;
	text-align:left;
}


#lightbox2{
	display:none;  
	position: absolute;
	top:7.8125em;
	left:0px;
	z-index:8000;
	width:18.75em;
	height: auto;
	border:0px solid #fff;
	background:#fff;
	text-align:left;
	overflow: auto;
}
#lightbox2[id]{
/*
	position:fixed;
*/
}
#lightbox, #lightboxNS{
	display:none;  
	position: absolute;
	top:7.8em;
	left:0em;
	z-index:8000;
	width:100%;
	height: 90em;
	border:0px solid #fff;
	text-align:left;
	overflow: auto;
}
#lightbox[id]{
/*
	position:fixed;
*/
}

#overlay, #overlayNS{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#FF9900;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
#overlayNS{
	display:block;
}
#overlay[id]{
	position:fixed;
}


#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done geenimg{
	width:100%;
	height:100%;
}

