#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: fixed; left: 0; top:0; height:100vh; display:flex; flex-direction:column; justify-content:flex-start; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; max-height:100%; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto 0 auto; order:2; }


#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; border-bottom:1px solid #ddd; width: 100%; line-height: 1em;	overflow: auto; margin: 30px auto 0 auto; padding:10px; position:relative; order:1;}


#lbImageContainer, #lbIframeContainer { padding: 0; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(/lytebox/images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev, #lbNext { position:absolute; width: 49%; height: 100%; background: transparent url(/lytebox/images/blank.gif) no-repeat; display: block; left: 0; }
#lbNext {left: auto; right: 0; }


#lbPrev:before, #lbNext:before {
	content:"";
	position:absolute;
	right:-20px;
	top:50%;
	margin-top:-20px;
	width:40px;
	height:40px;
	background:rgba(255,255,255,1);
	border-radius:50%;
	z-index:5;
	background-image:url(/img/icons/arr_black_r.png);
	background-size:19px 8px;
	background-repeat:no-repeat;
	background-position:center center;
	border:2px solid #DBDBDB;
}
#lbPrev:before {
	right:auto;
	left:-20px;
	background-image:url(/img/icons/arr_black_l.png);
}




#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	
#lbDetailsData { padding: 0}
	#lbDetailsData.grey { color: #333333; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: inline-block; margin:0 0 0 0; font-weight: normal;  }
#lbNumberDisplay { float: left; display: block; margin:0 10px 0 0; padding-bottom:0; }
#lbNavDisplay { float: left; display: block; padding-bottom:0; }

#lbClose { width: auto; height: auto; float:right; color:black;text-decoration:none; font-size:22px; font-weight:bold; text-transform:uppercase;}
#lbClose:before { content: '\2A09'; color:black; }
#lbClose.grey {  background: none; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(/lytebox/images/play_grey.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(/lytebox/images/pause_grey.png) no-repeat; }
