1#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
2	#lbOverlay.grey { background-color: #000000; }
3	#lbOverlay.red { background-color: #330000; }
4	#lbOverlay.green { background-color: #003300; }
5	#lbOverlay.blue { background-color: #011D50; }
6	#lbOverlay.gold { background-color: #666600; }
7
8#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
9#lbMain a img { border: none; }
10
11#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
12	#lbOuterContainer.grey { border: 3px solid #888888; }
13	#lbOuterContainer.red { border: 3px solid #DD0000; }
14	#lbOuterContainer.green { border: 3px solid #00B000; }
15	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
16	#lbOuterContainer.gold { border: 3px solid #B0B000; }
17
18#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
19	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
20	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
21	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
22	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
23	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }
24
25#lbImageContainer, #lbIframeContainer { padding: 10px; }
26#lbLoading {
27	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(lyteboxImages/loading.gif) center no-repeat;
28}
29
30#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
31#lbImageContainer>#lbHoverNav { left: 0; }
32#lbHoverNav a { outline: none; }
33
34#lbPrev { width: 49%; height: 100%; background: transparent url(lyteboxImages/blank.gif) no-repeat; display: block; left: 0; float: left; }
35	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(lyteboxImages/prev_grey.gif) left 15% no-repeat; }
36	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(lyteboxImages/prev_red.gif) left 15% no-repeat; }
37	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(lyteboxImages/prev_green.gif) left 15% no-repeat; }
38	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(lyteboxImages/prev_blue.gif) left 15% no-repeat; }
39	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(lyteboxImages/prev_gold.gif) left 15% no-repeat; }
40
41#lbNext { width: 49%; height: 100%; background: transparent url(lyteboxImages/blank.gif) no-repeat; display: block; right: 0; float: right; }
42	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(lyteboxImages/next_grey.gif) right 15% no-repeat; }
43	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(lyteboxImages/next_red.gif) right 15% no-repeat; }
44	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(lyteboxImages/next_green.gif) right 15% no-repeat; }
45	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(lyteboxImages/next_blue.gif) right 15% no-repeat; }
46	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(lyteboxImages/next_gold.gif) right 15% no-repeat; }
47
48#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
49	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
50	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
51	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
52	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
53	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
54
55#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
56	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
57	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
58	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
59	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
60	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
61
62#lbDetailsData { padding: 0 10px; }
63	#lbDetailsData.grey { color: #333333; }
64	#lbDetailsData.red { color: #620000; }
65	#lbDetailsData.green { color: #003300; }
66	#lbDetailsData.blue { color: #01379E; }
67	#lbDetailsData.gold { color: #666600; }
68
69#lbDetails { width: 60%; float: left; text-align: left; }
70#lbCaption { display: block; font-weight: bold; }
71#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
72#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }
73
74#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
75	#lbClose.grey { background: url(lyteboxImages/close_grey.png) no-repeat; }
76	#lbClose.red { background: url(lyteboxImages/close_red.png) no-repeat; }
77	#lbClose.green { background: url(lyteboxImages/close_green.png) no-repeat; }
78	#lbClose.blue { background: url(lyteboxImages/close_blue.png) no-repeat; }
79	#lbClose.gold { background: url(lyteboxImages/close_gold.png) no-repeat; }
80
81#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
82	#lbPlay.grey { background: url(lyteboxImages/play_grey.png) no-repeat; }
83	#lbPlay.red { background: url(lyteboxImages/play_red.png) no-repeat; }
84	#lbPlay.green { background: url(lyteboxImages/play_green.png) no-repeat; }
85	#lbPlay.blue { background: url(lyteboxImages/play_blue.png) no-repeat; }
86	#lbPlay.gold { background: url(lyteboxImages/play_gold.png) no-repeat; }
87
88#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
89	#lbPause.grey { background: url(lyteboxImages/pause_grey.png) no-repeat; }
90	#lbPause.red { background: url(lyteboxImages/pause_red.png) no-repeat; }
91	#lbPause.green { background: url(lyteboxImages/pause_green.png) no-repeat; }
92	#lbPause.blue { background: url(lyteboxImages/pause_blue.png) no-repeat; }
93	#lbPause.gold { background: url(lyteboxImages/pause_gold.png) no-repeat; }