.lightbox {
	cursor: pointer;
}
#lightbox {
	cursor: pointer;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0px;
	left: 0px;
	background-image: url('halfBlack.png');
	color: #888;
}

#lb_fullImage {
	position: fixed;
	max-width: 80%;
	max-height: 80%;
}
#lb_message {
	position: fixed;
	margin-top: 20px;
}
#lb_loading {
	position: fixed;
}