 ....loading....
Firebug's log limit has been reached. %S entries not shown.		Preferences	 
Firebug's log limit has been reached. %S entries not shown.		Preferences	 

#lightboxcont {
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	height:500px;
	margin:5px 9px;
	overflow:hidden;
	text-align:left;
	width:650px;
}

#lightbox {
	background-color:#000000;
	display:none;
	left:-315px;
	margin:3em 50%;
	position:absolute;
	top:0;
	z-index:5002;
}

#lightbox[id] {
	position:fixed;
}

#overlay {
	background-color:#000000;
	display:none;
	height:100%;
	left:0;
	margin:0;
	opacity:0.75;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:5000;
}

#overlay[id] {
	position:fixed;
}

#lightboxcontrols {
	color:#FFFFFF;
	display:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}

#lightbox_close {
	display:none;
	height:35px;
	left:320px;
	margin:2em 50%;
	position:absolute;
	top:0;
	width:35px;
	z-index:5003;
}

#lightbox_close[id] {
	position:fixed;
}