#lbOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.blue { background-color: #011D50; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 300px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../images/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav { background: transparent url(../images/lytebox/images/blank.gif) ;position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }
#lbInfoDisplay { font: 12px Verdana, Helvetica, sans-serif; background-color: #fff; position: absolute; bottom: 14px; left: 12px; padding: 10px; overflow: auto; text-align: left; z-index: 11;}

#lbC2Cleft { width: 49.9%; height: 100%; background: transparent url(../images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbC2Cleft.blue:hover, #lbC2Cleft.blue:visited:hover { background: url(../images/lytebox/close_left_blue.gif) left 15% no-repeat; }
#lbC2Cright { width: 49.9%; height: 100%; background: transparent url(../images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbC2Cright.blue:hover, #lbC2Cright.blue:visited:hover { background: url(../images/lytebox/close_right_blue.gif) right 15% no-repeat; }

#lbPrev { width: 49.9%; height: 100%; background: transparent url(../images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(../images/lytebox/prev_blue.gif) left 15% no-repeat; }
	
#lbNext { width: 49.9%; height: 100%; background: transparent url(../images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(../images/lytebox/next_blue.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.blue { color: #01379E; }

#lbDetails { width: 50%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbInfoDisplayTrigger { margin-left: 0.5em; font-weight: normal; overflow: auto; position: absolute; cursor: pointer; }
#lbInfoTitle	{ font-weight: bold; font-size: 18px; }
#lbInfoCopyright	{ font-size: 10px;}
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.blue { background: url(../images/lytebox/close_blue.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.blue { background: url(../images/lytebox/play_blue.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.blue { background: url(../images/lytebox/pause_blue.png) no-repeat; }

#lbResize { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbResize.blue { background: url(../images/lytebox/resize_blue.png) no-repeat; }

#lbSave { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbSave.blue { background: url(../images/lytebox/save_blue.png) no-repeat; }

#lbInfo { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbInfo.blue { background: url(../images/lytebox/info_blue.png) no-repeat; }

#lbExif { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbExif.blue { background: url(../images/lytebox/exif_blue.png) no-repeat; }

#lbGeo { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbGeo.blue { background: url(../images/lytebox/geo_blue.png) no-repeat; }
    
#lbBack { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbBack.blue { background: url(../images/lytebox/back_blue.png) no-repeat; }
