#lightbox-blackout {
	background-color:#000;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#lightbox-container {
	background:url('../images/lightbox.jpg');
	position:fixed;
	display:none;
	width:341px;
	height:288px;
	left:512px;
	top:328px;
	margin-left:-171px;
	margin-top:-144px;
}

#lightbox-close {
	position:absolute;
	left:254px;
	top:26px;
	width:54px;
	height:11px;
}

#lightbox-member {
	position:absolute;
	left:125px;
	top:216px;
	width:95px;
	height:24px;
}
