#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: 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: 200px; height: 200px; margin: 0 auto; padding:0px; }
	#lboutercontainer.grey { border: 0px solid #fff; }
	#lboutercontainer.red { border: 0px solid #dd0000; }
	#lboutercontainer.green { border: 0px solid #00b000; }
	#lboutercontainer.blue { border: 0px solid #5f89d8; }
	#lboutercontainer.gold { border: 0px solid #b0b000; }

#lbdetailscontainer {  font: 10px #fff verdana, helvetica, sans-serif; background-color: #202020; width: 100%; line-height: 29px;	overflow: auto; margin: 0 auto; vertical-align:middle; }
	#lbdetailscontainer.grey { border: 3px solid #fff; border-top: none; }
	#lbdetailscontainer.red { border: 3px solid #dd0000; border-top: none; }
	#lbdetailscontainer.green { border: 3px solid #00b000; border-top: none; }
	#lbdetailscontainer.blue { border: 3px solid #5f89d8; border-top: none; }
	#lbdetailscontainer.gold { border: 3px solid #b0b000; border-top: none; }

#lbimagecontainer, #lbiframecontainer { padding: 0px; }
#lbloading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background:  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 { width: 49%; height: 100%; background: transparent  no-repeat; display: block; left: 0; float: left; }
	#lbprev.grey:hover, #lbprev.grey:visited:hover { background:  left 15% no-repeat; }
	#lbprev.red:hover, #lbprev.red:visited:hover { background:  left 15% no-repeat; }
	#lbprev.green:hover, #lbprev.green:visited:hover { background:  left 15% no-repeat; }
	#lbprev.blue:hover, #lbprev.blue:visited:hover { background:  left 15% no-repeat; }
	#lbprev.gold:hover, #lbprev.gold:visited:hover { background:  left 15% no-repeat; }
	
#lbnext { width: 49%; height: 100%; background: transparent  no-repeat; display: block; right: 0; float: right; }
	#lbnext.grey:hover, #lbnext.grey:visited:hover { background:  right 15% no-repeat; }
	#lbnext.red:hover, #lbnext.red:visited:hover { background:  right 15% no-repeat; }
	#lbnext.green:hover, #lbnext.green:visited:hover { background:  right 15% no-repeat; }
	#lbnext.blue:hover, #lbnext.blue:visited:hover { background:  right 15% no-repeat; }
	#lbnext.gold:hover, #lbnext.gold:visited:hover { background:  right 15% no-repeat; }

#lbprev2, #lbnext2 { text-decoration: none; font-weight: bold; }
	#lbprev2.grey, #lbnext2.grey, #lbspacer.grey { color: #333333; }
	#lbprev2.red, #lbnext2.red, #lbspacer.red { color: #620000; }
	#lbprev2.green, #lbnext2.green, #lbspacer.green { color: #003300; }
	#lbprev2.blue, #lbnext2.blue, #lbspacer.blue { color: #01379e; }
	#lbprev2.gold, #lbnext2.gold, #lbspacer.gold { color: #666600; }
	
#lbprev2_off, #lbnext2_off { font-weight: bold; }
	#lbprev2_off.grey, #lbnext2_off.grey { color: #cccccc; }
	#lbprev2_off.red, #lbnext2_off.red { color: #ffcccc; }
	#lbprev2_off.green, #lbnext2_off.green { color: #82ff82; }
	#lbprev2_off.blue, #lbnext2_off.blue { color: #b7caee; }
	#lbprev2_off.gold, #lbnext2_off.gold { color: #e1e100; }
	
#lbdetailsdata { padding: 0 10px; }
	#lbdetailsdata.grey { color: #fff; }
	#lbdetailsdata.red { color: #620000; }
	#lbdetailsdata.green { color: #003300; }
	#lbdetailsdata.blue { color: #01379e; }
	#lbdetailsdata.gold { color: #666600; }

#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: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbclose.grey { background:  no-repeat; }
	#lbclose.red { background:  no-repeat; }
	#lbclose.green { background:  no-repeat; }
	#lbclose.blue { background:  no-repeat; }
	#lbclose.gold { background:  no-repeat; }

#lbplay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbplay.grey { background:  no-repeat; }
	#lbplay.red { background:  no-repeat; }
	#lbplay.green { background:  no-repeat; }
	#lbplay.blue { background:  no-repeat; }
	#lbplay.gold { background:  no-repeat; }
	
#lbpause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbpause.grey { background:  no-repeat; }
	#lbpause.red { background:  no-repeat; }
	#lbpause.green { background:  no-repeat; }
	#lbpause.blue { background:  no-repeat; }
	#lbpause.gold { background:  no-repeat; }