#lightbox { 
position: fixed;  top: 0;  left: 0; z-index: 999999;
width: 100%; height: 100%; 
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYGBg2AwQYAAAuAC01qHx9QAAAABJRU5ErkJggg==) repeat; 
background: rgba(0, 0, 0, .8); 
}

#lightbox p { 
	position:fixed; z-index:999; cursor:pointer; 
	width: 3em; height: 3em;
	right:.5em; top:.5em;
	padding: .25em .5em;  
	background-image: url("/img/e/party/close-icon.svg") !important; background-repeat: no-repeat; background-position: center center; background-size: 80%;
	border-radius:50%;
}

#slideshow { 
position: relative; 
z-index: 100; 
text-align:center; 
width: 95%; 
height:95%; 
margin: 10 auto;
padding: 0px; 
background-color: transparent;
box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow img { 
position: absolute; 
top: 5%; 
left: 0px; 
right: 0px; 
bottom:5%;
align:center; 
max-width:90%; 
max-height:90%; 
margin:auto;
}

.lightBoxNav {z-index:999; }
.prev, .next { 
position: absolute; width: 3em; height: 3em; top: 50%;  z-index:999; 
background-size: 50%; background-position: center; background-repeat: no-repeat;
background-image: url("/img/e/veggiecoach/arrow-icon.svg");
border-radius:50%; cursor:pointer;
}

.next { right: 1em; transform: rotate(-180deg);}
.prev { left: 1em; }
.lightThumb{
width: 100%; max-width: 460px;
height: auto; margin:5px;
}	

