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

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

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

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

.lightbox {
	display:block;
	width:100%;

	position: absolute;
	top:0;

	background: transparent;
}
#lbContent {

}
* html #overlay {
	height: 2000px;
}
#overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:2000px;
	
	background: transparent url(/furniture/overlay_background.png);
}
#overlay[id]{
/*	position:fixed;*/
}