#imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 110;
}


#imagelightbox-overlay {
	position: fixed;
	background-color: #9f9;
	opacity:0.85;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}


#imagelightbox-close {
	position: fixed;
	width: auto;
	height: auto;
	text-align: center;
	padding:0.5rem 1rem;
	background-color: #063;
	color:#fff;
	border-radius: 0.5rem;
	margin:5rem;
	top: 2.5rem;
	right: 2.5rem;
	z-index: 130;
}


.imagelightbox-arrow {
	position: fixed;
	top: 50%;
	width: auto;
	height: auto;
	padding: 1rem 1rem;
	text-align: center;
	background-color: #063;
	font-size:120%;
	color:#fff;
	border-radius: 0.5rem;
	vertical-align: middle;
	z-index: 120;
}


.imagelightbox-arrow-left {
	left: 2.5rem;
}


.imagelightbox-arrow-right {
	right: 2.5rem;
}
			

#imagelightbox-text {
	position: fixed;
	text-align: center;
	color: #fff;
	background-color: #063;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.5rem 0;
	z-index: 120;
}	