#lightbox {
	width: 100%;

	position: fixed;
	top: 0 !important;
	height: 100vh;
}

#lightboxWrapper {
	overflow: hidden;
	width: 100% !important;

	display: grid;
    grid-template-columns: 78vw 20vw;
    height: 100vh;
}

#outerImageContainer {
	margin: auto;
	width: 78vw !important;
}

#imageContainer img {
	max-width: 78vw;
	height: auto;
}

#imageDataContainer {
	background-color: rgba(0,0,0,1) !important;
}

#imageData {
	padding: 5px 10px !important;
	position: relative;
	margin-top: 80px;
}

#imageData #imageDetails {
	width: 100% !important;
	text-align: left !important;
}

#imageData #caption {
	font-weight: normal !important;
}

#imageData #numberDisplay {
	padding-top: 1.0em;
}

#hoverNav {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: calc(39vw - 45px);
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 90px;
	background-color: rgba(0,0,0,0.8);
}

#hoverNav a {
	border-bottom: 0px none;
}

#nextLink {
	width: 45px;
	position: relative;
	left: 45px;
	right: unset;
	float: unset;
}

#prevLink {
	width: 45px;
	position: relative;
	left: 0;
}

#bottomNav {
	position: absolute;
	top: 0;
	right: 5px;
	width: 95px;
}

#bottomNav a {
	border-bottom: 0px none;
}

#bottomNavClose {
	position: relative !important;
	height: 45px;
	width: 45px;
	float: right;
}

#lightshowPlay {
	height: 45px;
  	width: 45px;
  	margin: 0 !important;
  	float: left;
}

#lightshowPause {
    height: 45px;
  	width: 45px;
  	margin: 0 !important;
  	float: left;
}

#bottomNavZoom {
    height: 45px;
  	width: 45px;
  	margin: 0 !important;
  	float: left;
  	background: url(../images/expand.png) left 15% no-repeat !important;
  	position: relative;
}

#bottomNavZoomOut {
    height: 45px;
  	width: 45px;
  	margin: 0 !important;
  	float: left;
  	background: url(../images/contract.png) left 15% no-repeat !important;
  	position: relative;
}

#lightshowPlay:hover, #lightshowPause:hover, #bottomNavZoom:hover, #bottomNavZoomOut:hover {
  	background-position: right 15% ;
}