@charset "utf-8";
/* CSS Document */

#lbOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
#lbOverlay.aqua { background-color: #008080; }
#lbOverlay.grey { background-color: #808080; }			
#lbOverlay.red { background-color: #000000; }
#lbOverlay.blue { background-color: #000080; }
#lbOverlay.green { background-color: #008000; }
#lbOverlay.yellow { background-color: #808000; }
#lbOverlay.purpel { background-color: #800080; }
//#lbOverlay.black { background-color: #000000; }
#lbOverlay.white { background-color: #ffffff; }

#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: #808080; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.aqua { border: 1px solid #004040; background-color: #008080; }
	#lbOuterContainer.grey { border: 1px solid #404040; background-color: #808080; }
	#lbOuterContainer.red { border: 1px solid #2d0000; background-color: #800000; }
	#lbOuterContainer.blue { border: 1px solid #000040; background-color: #000080; }
	#lbOuterContainer.green { border: 1px solid #004000; background-color: #008000; }
	#lbOuterContainer.yellow { border: 1px solid #404000; background-color: #808000; }
	#lbOuterContainer.purpel { border: 1px solid #400040; background-color: #800080; }
	#lbOuterContainer.black { border: 1px solid #000000; background-color: #000000; }
	#lbOuterContainer.white { border: 1px solid #ffffff; background-color: #ffffff; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #808080; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.aqua { border: 1px solid #004040; background-color: #008080;border-top: none; }	
	#lbDetailsContainer.grey { border: 1px solid #404040; background-color: #808080;border-top: none; }
	#lbDetailsContainer.red  { border: 1px solid #400000; background-color: #800000;border-top: none; }
	#lbDetailsContainer.blue  { border: 1px solid #000040; background-color: #000080;border-top: none; }
	#lbDetailsContainer.green { border: 1px solid #004000; background-color: #008000;border-top: none; }
	#lbDetailsContainer.yellow { border: 1px solid #404000; background-color: #808000;border-top: none; }
	#lbDetailsContainer.purpel { border: 1px solid #400040; background-color: #800080;border-top: none; }
	#lbDetailsContainer.black { border: 1px solid #000000; background-color: #000000;border-top: none; }
	#lbDetailsContainer.white { border: 1px solid #ffffff; background-color: #ffffff;border-top: none; }
	#lbImageContainer, #lbIframeContainer { padding: 12px; }

#lbLoading {

}
#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(images/prev_grey.png) left 15% no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(images/prev_grey.png) left 15% no-repeat; }
	
	
#lbNext { width: 49%; height: 100%; background: transparent url(images/next_grey1.png) right 15% no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(images/next_grey1.png) right 15% no-repeat; }


#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
#lbPrev2.black, #lbNext2.black, #lbSpacer.black { color: #efefef; }

	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
#lbPrev2_Off.black, #lbNext2_Off.black { color: #efefef; }

	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #cdcdcd; }
#lbDetailsData.black { color: #efefef; }


#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 34px; height: 44px; float:right; margin-bottom: 1px;background: url(images/close_grey.jpg) no-repeat; }
#lbClose.aqua { background: url(images/close_aqua.jpg) no-repeat; }
#lbClose.grey { background: url(images/close_grey.jpg) no-repeat; }
#lbClose.red { background: url(images/close_red.jpg) no-repeat; }
#lbClose.blue { background: url(images/close_blue.jpg) no-repeat; }
#lbClose.green { background: url(images/close_green.jpg) no-repeat; }
#lbClose.yellow { background: url(images/close_yellow.jpg) no-repeat; }
#lbClose.purpel { background: url(images/close_purpel.jpg) no-repeat; }
#lbClose.black { background: url(images/close_black.jpg) no-repeat; }
#lbClose.white { background: url(images/close_white.jpg) no-repeat; }


#lbPlay { width: 34px; height: 44px;float:right; margin-bottom: 1px;background: url(images/play_grey.jpg) no-repeat; }
#lbPlay.aqua { background: url(images/play_aqua.jpg) no-repeat; }
#lbPlay.grey { background: url(images/play_grey.jpg) no-repeat; }
#lbPlay.red { background: url(images/play_red.jpg) no-repeat; }
#lbPlay.blue { background: url(images/play_blue.jpg) no-repeat; }
#lbPlay.green { background: url(images/play_green.jpg) no-repeat; }
#lbPlay.yellow { background: url(images/play_yellow.jpg) no-repeat; }	
#lbPlay.purpel { background: url(images/play_purpel.jpg) no-repeat; }
#lbPlay.black { background: url(images/play_black.jpg) no-repeat; }	
#lbPlay.white { background: url(images/play_white.jpg) no-repeat; }


#lbPause { width: 34px; height: 44px;float:right; margin-bottom: 1px;background: url(images/pause_grey.jpg) no-repeat; }
#lbPause.aqua { background: url(images/pause_aqua.jpg) no-repeat; }
#lbPause.red { background: url(images/pause_red.jpg) no-repeat; }
#lbPause.grey { background: url(images/pause_grey.jpg) no-repeat; }
#lbPause.blue { background: url(images/pause_blue.jpg) no-repeat; }
#lbPause.green { background: url(images/pause_green.jpg) no-repeat; }
#lbPause.yellow { background: url(images/pause_yellow.jpg) no-repeat; }
#lbPause.purpel { background: url(images/pause_purpel.jpg) no-repeat; }
#lbPause.black { background: url(images/pause_black.jpg) no-repeat; }
#lbPause.white { background: url(images/pause_white.jpg) no-repeat; }
