/* CSS Document */

#lightbox_blackout{
	display:none;
	width: 100%;
	height: 100%;
	background: #000;
	text-align: left;
	z-index:1000;
	position:absolute;
	top:0px;
	left:0px;
}
#imgwrap{
	display:none;
	width: 100%;
	left:0px;
	z-index:1001;
	position:absolute;
}
#lightbox_vert{
	width: 100%;
	text-align: center;
}

#swappablemask{
	border: 1px solid #000000;
}
#desc{
	display: none;
	color: #fff;
	text-decoration: none;
	margin-top: 5px;
}
#loading{
	color: #fff;
	font: bold 12px arial;
}
