#fjp_overlay {
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000;
		width: inherit;
		height: 100%;
		z-index: 998;
		display: none;
}
#fjp_lightbox {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		text-align: center;
		display: none;
}
#fjp_lightbox a {
		color: #fff;
}
#fjp_lightbox img {
		border: 10px solid #e6e6e6;
}