#lightbox {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	z-index:1000;
}

#lightbox-background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:1000;
}

#lightbox-panel {
	position:relative;
	z-index:1001;
}

#lightbox-box {
	position:absolute;
	width:100px;
	height:100px;
	background-color:#c7930b;
	z-index:1002;
	border: 1px solid #9e7607;
}

#lightbox-content {
	position:absolute;
	z-index:1003;
	color: #000;
}

#lightbox-loader {
	width:100px;
	height:100px;
	background:#fff url(../images/loader.gif) no-repeat center center;
}
