#lybOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lybOverlay.grey { background-color: #000000; }
	#lybOverlay.red { background-color: #330000; }
	#lybOverlay.green { background-color: #003300; }
	#lybOverlay.blue { background-color: #011D50; }
	#lybOverlay.gold { background-color: #666600; }

#lybMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lybMain a img { border: none; }

#lybOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lybOuterContainer.grey { border: 3px solid #888888; }
	#lybOuterContainer.red { border: 3px solid #DD0000; }
	#lybOuterContainer.green { border: 3px solid #00B000; }
	#lybOuterContainer.blue { border: 3px solid #5F89D8; }
	#lybOuterContainer.gold { border: 3px solid #B0B000; }

#lybDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lybDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lybDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lybDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lybDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lybDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lybImageContainer, #lybIframeContainer { padding: 10px; }
#lybLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(images/loading.gif) center no-repeat;
}

#lybHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lybImageContainer>#lybHoverNav { left: 0; }
#lybHoverNav a { outline: none; }

#lybPrev { width: 49%; height: 100%; background: transparent url(/images/Lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lybPrev.grey:hover, #lybPrev.grey:visited:hover { background: url(/images/Lytebox/prev_grey.gif) left 15% no-repeat; }
	#lybPrev.red:hover, #lybPrev.red:visited:hover { background: url(/images/Lytebox/prev_red.gif) left 15% no-repeat; }
	#lybPrev.green:hover, #lybPrev.green:visited:hover { background: url(/images/Lytebox/prev_green.gif) left 15% no-repeat; }
	#lybPrev.blue:hover, #lybPrev.blue:visited:hover { background: url(/images/Lytebox/prev_blue.gif) left 15% no-repeat; }
	#lybPrev.gold:hover, #lybPrev.gold:visited:hover { background: url(/images/Lytebox/prev_gold.gif) left 15% no-repeat; }
	
#lybNext { width: 49%; height: 100%; background: transparent url(/images/Lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lybNext.grey:hover, #lybNext.grey:visited:hover { background: url(/images/Lytebox/next_grey.gif) right 15% no-repeat; }
	#lybNext.red:hover, #lybNext.red:visited:hover { background: url(/images/Lytebox/next_red.gif) right 15% no-repeat; }
	#lybNext.green:hover, #lybNext.green:visited:hover { background: url(/images/Lytebox/next_green.gif) right 15% no-repeat; }
	#lybNext.blue:hover, #lybNext.blue:visited:hover { background: url(/images/Lytebox/next_blue.gif) right 15% no-repeat; }
	#lybNext.gold:hover, #lybNext.gold:visited:hover { background: url(/images/Lytebox/next_gold.gif) right 15% no-repeat; }

#lybPrev2, #lybNext2 { text-decoration: none; font-weight: bold; }
	#lybPrev2.grey, #lybNext2.grey, #lybSpacer.grey { color: #333333; }
	#lybPrev2.red, #lybNext2.red, #lybSpacer.red { color: #620000; }
	#lybPrev2.green, #lybNext2.green, #lybSpacer.green { color: #003300; }
	#lybPrev2.blue, #lybNext2.blue, #lybSpacer.blue { color: #01379E; }
	#lybPrev2.gold, #lybNext2.gold, #lybSpacer.gold { color: #666600; }
	
#lybPrev2_Off, #lybNext2_Off { font-weight: bold; }
	#lybPrev2_Off.grey, #lybNext2_Off.grey { color: #CCCCCC; }
	#lybPrev2_Off.red, #lybNext2_Off.red { color: #FFCCCC; }
	#lybPrev2_Off.green, #lybNext2_Off.green { color: #82FF82; }
	#lybPrev2_Off.blue, #lybNext2_Off.blue { color: #B7CAEE; }
	#lybPrev2_Off.gold, #lybNext2_Off.gold { color: #E1E100; }
	
#lybDetailsData { padding: 0 10px; }
	#lybDetailsData.grey { color: #333333; }
	#lybDetailsData.red { color: #620000; }
	#lybDetailsData.green { color: #003300; }
	#lybDetailsData.blue { color: #01379E; }
	#lybDetailsData.gold { color: #666600; }

#lybDetails { width: 60%; float: left; text-align: left; }
#lybCaption { display: block; font-weight: bold; }
#lybNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lybNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lybClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lybClose.grey { background: url(/images/Lytebox/close_grey.png) no-repeat; }
	#lybClose.red { background: url(/images/Lytebox/close_red.png) no-repeat; }
	#lybClose.green { background: url(/images/Lytebox/close_green.png) no-repeat; }
	#lybClose.blue { background: url(/images/Lytebox/close_blue.png) no-repeat; }
	#lybClose.gold { background: url(/images/Lytebox/close_gold.png) no-repeat; }

#lybPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lybPlay.grey { background: url(/images/Lytebox/play_grey.png) no-repeat; }
	#lybPlay.red { background: url(/images/Lytebox/play_red.png) no-repeat; }
	#lybPlay.green { background: url(/images/Lytebox/play_green.png) no-repeat; }
	#lybPlay.blue { background: url(/images/Lytebox/play_blue.png) no-repeat; }
	#lybPlay.gold { background: url(/images/Lytebox/play_gold.png) no-repeat; }
	
#lybPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lybPause.grey { background: url(/images/Lytebox/pause_grey.png) no-repeat; }
	#lybPause.red { background: url(/images/Lytebox/pause_red.png) no-repeat; }
	#lybPause.green { background: url(/images/Lytebox/pause_green.png) no-repeat; }
	#lybPause.blue { background: url(/images/Lytebox/pause_blue.png) no-repeat; }
	#lybPause.gold { background: url(/images/Lytebox/pause_gold.png) no-repeat; }