summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/layout/j5movie.lay
blob: 457a9ffd015f1f01050ead2749eb88ff10490080 (plain) (tree)
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232



















































































































                                                                              
                                   






































































































































































































































































































































































































































































































































































































                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                    






























































                                                                              
                                   


















                                                                              
                                    


















                                                                              
                                   


















                                                                              
                                   


















































































                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   






































































































































































































































































































































































































                                                                              
                                   






















                                                                              
                                      






















                                                                              
                                   






































































































































                                                                              
                                            


























































                                                                              
                                   


















                                                                              
                                   














































































































































































































































































































































































                                                                              
                                   










































































































































                                                                                                                                                                                              
                            
                                                                 
                             





                                                                 







                                                                                                                                                    
                  

                                         



                                                                              

                                            



                                                                              

                                       



                                                                              
                                  
                                  



                                                                              
                                  
                                  



                                                                              

                                       



                                                                              
                                  
                                     



                                                                              
                                  
                                    



                                                                              
                                  
                                    



                                                                              
                                  
                                    



                                                                              
                                  
                                    



                                                                              
                                  
                                    



                                                                              
                                  
                                    



                                                                              
                                  
                                    



                                                                              
                                  
                                    



                                                                              
                                  
                                   



                                                                              
                                  
                                   



                                                                              
                                  
                                   



                                                                              
                                  
                                   



                                                                              
                                  
                                   



                                                                              

                                                    



                                                                              

                                          



                                                                              

                                              
                                                                 
                       
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  








                                                                                      















                                                                    








                                                                                      
                                  
                            
                                                                 
                             
































                                                                 
                                               
                                                                      

                                               
                                                                        
                          
                                                                 
                                                                                           
                          
                                                                 
                                                                                           
                          
                                                                 
                                                                                           
                          
                                                             
                                                                        

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                               
                                                                       
                          
                                                                 
                                                                                           
                          
                                                                 
                                                                                           
                          
                                                                 
                                                                                           
                          
                                                             
                                                                       

                                                                          
                                                                       

                                                                   
                                                                      

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                         

                                                                 
                                                                         

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                     

                                                                 
                                                                     

                                                                        
                                                                      

                                                                 
                                                                      

                                                                        
                                                                      

                                                                 
                                                                      

                                                                        
                                                                     

                                                                 
                                                                     

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                      

                                                                 
                                                                      

                                                                      
                                                                        

                                                               
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                        
                                                                      

                                                                 
                                                                      

                                                                        
                                                                      

                                                                 
                                                                      

                                                                        
                                                                      

                                                                 
                                                                      

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                      

                                                                   
                                                                       

                                                                        
                                                                      

                                                                 
                                                                       

                                                                        
                                                                      

                                                                 
                                                                       

                                                                        
                                                                      

                                                                 
                                                                       

                                                                        
                                                                      

                                                                 
                                                                       

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                       

                                                                 
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                         

                                                                   
                                                                         

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                                                                     
                                                                        

                                                                                                              
                                                                        

                                                                                                                     
                                                                        

                                                                                                              
                                                                        

                                                                                                                     
                                                                        

                                                                                                              
                                                                        

                                                                                                                     
                                                                       

                                                                                                              
                                                                       

                                                                                                                     
                                                                        

                                                                                                              
                                                                        

                                                                                                                     
                                                                      

                                                                                                              
                                                                       

                                                                                                                     
                                                                        

                                                                                                              
                                                                        

                                                                                                                     
                                                                        

                                                                                                              
                                                                        

                                                    
                                                                        

                                                            
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                            
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                            
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                            
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                                    
                                                                       

                                                           
                                                                       

                                                  

                                                                       

                                                    
                                                                       

                                                           
                                                                       

                                                  

                                                                       

                                               
                                                                         

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                       
                                                                       

                                                       
                                                                         

                                                       
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                       

                                                         
                                                                       

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                       

                                                         
                                                                       

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                         

                                                         
                                                                       
                          


                                     
                                                     
                                                                        
                          
 
                                                                              
                                                                      
                          
                                                                          
                                                                      
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                      
                          
                                                                           
                                                                      
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                       
                                                                       
                          
                                                                       
                                                                       
                          
                                                                       
                                                                        
                          
                                                                       
                                                                        
                          
                                                                       
                                                                        
                          
                                                                       
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                       
                                                                       
                          
                                                                       
                                                                       
                          
                                                                       
                                                                        
                          
                                                                       
                                                                        
                          
                                                                       
                                                                        
                          
                                                                       
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                          
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                       
                          
                                                                            
                                                                       
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                            
                                                                       
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          












                                                                                                
                                                                                                                             
                                                                         
                          
                                                                                                                             
                                                                         
                          
                                                                                                                             
                                                                         
                          
                                                                                                                             
                                                                         
                          
                                                                                                                             
                                                                         
                          
                                                                                                                             
                                                                         
                          
                                                                                                                             
                                                                         
                          
                                                                                                                             
                                                                         
                          
                                                                                                                             
                                                                         
                          
                                                                                                                             
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                  
                                                                         
                          
                                                                                                                  
                                                                         
                          
                                                                                                                  
                                                                         
                          
                                                                                                                  
                                                                         
                          
                                                                                                                  
                                                                         
                          
                                                                                                                  
                                                                         
                          
                                                                                                                  
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                  
                                                                         
                          
                                                                                                                              
                                                                         
                          
                                                                                                                              
                                                                         
                          




















                                                                                                    
                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         
                          

               
<?xml version="1.0" encoding="UTF-8" ?>

<!--  ****************************************************  -->
<!--  * This MAME layout file was generated by MFME2MAME *  -->
<!--  * Please visit mfme2mame.org for more information. *  -->
<!--  ****************************************************  -->

<mamelayout version="2">
	<element name="backdrop_colour">
		<rect>
			<color red="0.00" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_121_1_border" defstate="0">
		<rect state="1">
			<color red="0.44" green="0.33" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.08" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_121_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.66" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.16" blue="0.03"/>
		</rect>
		<text string="The">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="HIGH L">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_27_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_27_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="60p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_26_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_26_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="START">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="20p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_79_1_border" defstate="0">
		<rect state="1">
			<color red="0.13" green="0.25" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.03" green="0.06" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_79_1" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.13" blue="0.13"/>
		</rect>
		<text string="LOSE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_78_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_78_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_77_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_77_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.25"/>
		</rect>
		<text string="See">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="Agent">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_63_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_63_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="80p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_62_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.41" blue="0.02"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_62_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.82" blue="0.04"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.01"/>
		</rect>
		<text string="Starring Role">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_61_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_61_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="60p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_60_1_border" defstate="0">
		<rect state="1">
			<color red="0.44" green="0.26" blue="0.49"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_60_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.52" blue="0.98"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.13" blue="0.24"/>
		</rect>
		<text string="Critics Corner">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_59_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_59_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="40p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_74_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_74_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="Spot">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="Prize">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_75_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_75_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="Clapper">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="Board">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_76_1_border" defstate="0">
		<rect state="1">
			<color red="0.44" green="0.26" blue="0.49"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_76_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.52" blue="0.98"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.13" blue="0.24"/>
		</rect>
		<text string="Critics Corner">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_31_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_31_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="40p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_30_1_border" defstate="0">
		<rect state="1">
			<color red="0.44" green="0.26" blue="0.49"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_30_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.52" blue="0.98"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.13" blue="0.24"/>
		</rect>
		<text string="Critics Corner">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_29_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_29_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="80p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_28_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.41" blue="0.02"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_28_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.82" blue="0.04"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.01"/>
		</rect>
		<text string="Starring Role">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_44_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_44_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.00"/>
		</rect>
		<text string="See The">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="Director">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_45_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.41" blue="0.02"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_45_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.82" blue="0.04"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.01"/>
		</rect>
		<text string="Starring Role">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_46_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_46_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="40p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_43_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_43_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="60p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_58_1_border" defstate="0">
		<rect state="1">
			<color red="0.44" green="0.33" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.08" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_58_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.66" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.16" blue="0.03"/>
		</rect>
		<text string="The High Life">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_47_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_47_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="Add">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="Royalt">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_42_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_42_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="Spot">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="Prize">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_32_1_border" defstate="0">
		<rect state="1">
			<color red="0.44" green="0.26" blue="0.49"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_32_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.52" blue="0.98"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.13" blue="0.24"/>
		</rect>
		<text string="Critics Corner">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_33_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_33_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="Agent Fees">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_34_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_34_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</rect>
		<text string="Breach Contract">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_35_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_35_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="Major Flop">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_36_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_36_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="Shows Closed">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_37_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_37_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="Good Review">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_83_1_border" defstate="0">
		<rect state="1">
			<color red="0.44" green="0.26" blue="0.49"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_83_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.52" blue="0.98"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.13" blue="0.24"/>
		</rect>
		<text string="Critics Corner">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_82_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_82_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="£2">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_81_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_81_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_84_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_84_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="£10">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_88_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_88_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.00" blue="0.25"/>
		</rect>
		<text string="Nudge">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="Or Spin">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_89_1_border" defstate="0">
		<rect state="1">
			<color red="0.44" green="0.26" blue="0.49"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_89_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.52" blue="0.98"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.13" blue="0.24"/>
		</rect>
		<text string="Critics Corner">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_90_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_90_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="£2">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_91_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_91_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="£10">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_92_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_92_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="£3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_5_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_5_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£5">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_15_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_15_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="LOSE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_109_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_109_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="JACKPOT">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_106_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_106_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.00"/>
		</rect>
		<text string="Warning!">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="Refill Requ">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_14_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_14_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£75">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_13_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_13_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£50">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_12_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_12_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£40">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_11_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_11_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£30">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_10_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_10_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£25">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_9_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_9_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£20">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_8_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_8_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£15">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_7_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_7_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£10">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_6_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_6_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£7">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_4_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_4_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£4">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_3_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_3_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_87_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_87_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="£5">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_86_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_86_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="£3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_85_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_85_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="£2">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_48_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_48_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.00"/>
		</rect>
		<text string="The">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="Direct">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_49_1_border" defstate="0">
		<rect state="1">
			<color red="0.38" green="0.38" blue="0.38"/>
		</rect>
		<rect state="0">
			<color red="0.09" green="0.09" blue="0.09"/>
		</rect>
	</element>
	<element name="lamp_49_1" defstate="0">
		<rect state="1">
			<color red="0.75" green="0.75" blue="0.75"/>
		</rect>
		<rect state="0">
			<color red="0.19" green="0.19" blue="0.19"/>
		</rect>
		<text string="Critics Corner">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_51_1_border" defstate="0">
		<rect state="1">
			<color red="0.38" green="0.38" blue="0.38"/>
		</rect>
		<rect state="0">
			<color red="0.09" green="0.09" blue="0.09"/>
		</rect>
	</element>
	<element name="lamp_51_1" defstate="0">
		<rect state="1">
			<color red="0.75" green="0.75" blue="0.75"/>
		</rect>
		<rect state="0">
			<color red="0.19" green="0.19" blue="0.19"/>
		</rect>
		<text string="Contract Expired">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_52_1_border" defstate="0">
		<rect state="1">
			<color red="0.38" green="0.38" blue="0.38"/>
		</rect>
		<rect state="0">
			<color red="0.09" green="0.09" blue="0.09"/>
		</rect>
	</element>
	<element name="lamp_52_1" defstate="0">
		<rect state="1">
			<color red="0.75" green="0.75" blue="0.75"/>
		</rect>
		<rect state="0">
			<color red="0.19" green="0.19" blue="0.19"/>
		</rect>
		<text string="Starring Role">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_53_1_border" defstate="0">
		<rect state="1">
			<color red="0.38" green="0.38" blue="0.38"/>
		</rect>
		<rect state="0">
			<color red="0.09" green="0.09" blue="0.09"/>
		</rect>
	</element>
	<element name="lamp_53_1" defstate="0">
		<rect state="1">
			<color red="0.75" green="0.75" blue="0.75"/>
		</rect>
		<rect state="0">
			<color red="0.19" green="0.19" blue="0.19"/>
		</rect>
		<text string="Carry">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="On">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_50_1_border" defstate="0">
		<rect state="1">
			<color red="0.38" green="0.38" blue="0.38"/>
		</rect>
		<rect state="0">
			<color red="0.09" green="0.09" blue="0.09"/>
		</rect>
	</element>
	<element name="lamp_50_1" defstate="0">
		<rect state="1">
			<color red="0.75" green="0.75" blue="0.75"/>
		</rect>
		<rect state="0">
			<color red="0.19" green="0.19" blue="0.19"/>
		</rect>
		<text string="Over Budget">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_105_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.14" blue="0.14"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.03" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_105_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.27" blue="0.27"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.07" blue="0.07"/>
		</rect>
		<text string="C">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_104_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.14" blue="0.14"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.03" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_104_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.27" blue="0.27"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.07" blue="0.07"/>
		</rect>
		<text string="I">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_103_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.14" blue="0.14"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.03" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_103_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.27" blue="0.27"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.07" blue="0.07"/>
		</rect>
		<text string="G">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_102_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.14" blue="0.14"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.03" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_102_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.27" blue="0.27"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.07" blue="0.07"/>
		</rect>
		<text string="A">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_101_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.14" blue="0.14"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.03" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_101_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.27" blue="0.27"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.07" blue="0.07"/>
		</rect>
		<text string="M">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_100_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.14" blue="0.14"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.03" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_100_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.27" blue="0.27"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.07" blue="0.07"/>
		</rect>
		<text string="E">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_99_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.14" blue="0.14"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.03" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_99_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.27" blue="0.27"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.07" blue="0.07"/>
		</rect>
		<text string="I">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_98_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.14" blue="0.14"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.03" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_98_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.27" blue="0.27"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.07" blue="0.07"/>
		</rect>
		<text string="V">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_96_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.14" blue="0.14"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.03" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_96_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.27" blue="0.27"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.07" blue="0.07"/>
		</rect>
		<text string="M">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_97_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.14" blue="0.14"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.03" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_97_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.27" blue="0.27"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.07" blue="0.07"/>
		</rect>
		<text string="O">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_23_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_23_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.25"/>
		</rect>
		<text string="LO">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_22_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_22_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.25"/>
		</rect>
		<text string="HI">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_18_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_18_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="3 Takes">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_17_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_17_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="2 Takes">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="£1.40">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_16_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_16_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="1 Take">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="£2">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_19_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_19_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="4 Takes">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="80P">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_20_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_20_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="5 Takes">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="60P">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_21_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_21_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="6 Takes">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="40P">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_80_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_80_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.25"/>
		</rect>
		<text string="OPEN">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_241_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_241_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.25"/>
		</rect>
		<text string="PAYS">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="CASHPOT">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_243_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_243_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.25"/>
		</rect>
		<text string="£5 REPEATER">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_244_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_244_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="SPIN">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_245_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_245_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="REPEAT">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_2_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_2_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£2">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_1_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_1_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_249_1_border" defstate="0">
		<rect state="1">
			<color red="0.44" green="0.33" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.08" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_249_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.66" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.16" blue="0.03"/>
		</rect>
		<text string="The High Life">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_247_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_247_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</rect>
		<text string="Tinseltown">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_229_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.07" blue="0.01"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.02" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_229_1" defstate="0">
		<rect state="1">
			<color red="0.98" green="0.14" blue="0.02"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.03" blue="0.00"/>
		</rect>
		<text string="4">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_227_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.07" blue="0.01"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.02" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_227_1" defstate="0">
		<rect state="1">
			<color red="0.98" green="0.14" blue="0.02"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.03" blue="0.00"/>
		</rect>
		<text string="2">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_225_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_225_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.00"/>
		</rect>
		<text string="LOSE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_224_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.07" blue="0.01"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.02" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_224_1" defstate="0">
		<rect state="1">
			<color red="0.98" green="0.14" blue="0.02"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.03" blue="0.00"/>
		</rect>
		<text string="NUDGE NOW">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_228_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.07" blue="0.01"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.02" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_228_1" defstate="0">
		<rect state="1">
			<color red="0.98" green="0.14" blue="0.02"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.03" blue="0.00"/>
		</rect>
		<text string="3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_226_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.07" blue="0.01"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.02" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_226_1" defstate="0">
		<rect state="1">
			<color red="0.98" green="0.14" blue="0.02"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.03" blue="0.00"/>
		</rect>
		<text string="1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_64_1_border" defstate="0">
		<rect state="1">
			<color red="0.44" green="0.33" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.08" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_64_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.66" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.16" blue="0.03"/>
		</rect>
		<text string="3 Stars Open">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="The High Life">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_67_1_border" defstate="0">
		<disk state="1">
			<color red="0.48" green="0.41" blue="0.02"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.10" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_67_1" defstate="0">
		<disk state="1">
			<color red="0.97" green="0.82" blue="0.04"/>
		</disk>
		<disk state="0">
			<color red="0.24" green="0.20" blue="0.01"/>
		</disk>
	</element>
	<element name="lamp_66_1_border" defstate="0">
		<disk state="1">
			<color red="0.48" green="0.41" blue="0.02"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.10" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_66_1" defstate="0">
		<disk state="1">
			<color red="0.97" green="0.82" blue="0.04"/>
		</disk>
		<disk state="0">
			<color red="0.24" green="0.20" blue="0.01"/>
		</disk>
	</element>
	<element name="lamp_65_1_border" defstate="0">
		<disk state="1">
			<color red="0.48" green="0.41" blue="0.02"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.10" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_65_1" defstate="0">
		<disk state="1">
			<color red="0.97" green="0.82" blue="0.04"/>
		</disk>
		<disk state="0">
			<color red="0.24" green="0.20" blue="0.01"/>
		</disk>
	</element>
	<element name="colour_button_155_border">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_155">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="HOLD">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="BANK">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="colour_button_156_border">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_156">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="HOLD">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="LO">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="colour_button_157_border">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_157">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="HOLD">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="HI">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="colour_button_158_border">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_158">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="HOLD">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="colour_button_159_border">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_159">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</rect>
		<text string="CANCEL">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="COLLECT">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="colour_button_161_border">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_161">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="colour_button_164_border">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="colour_button_164">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="EXCHANGE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="colour_button_165_border">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_165">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="START">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="STOP">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="reel_background">
		<rect>
			<color red="1.0" green="1.0" blue="1.0"/>
		</rect>
	</element>
	<element name="reel0" defstate="0">
		<reel reelreversed="0" stateoffset="0" numsymbolsvisible="3" symbollist="reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel">
			<color red="0.0" green="0.0" blue="0.0"/>
		</reel>
	</element>
	<element name="reel1" defstate="0">
		<reel reelreversed="0" stateoffset="0" numsymbolsvisible="3" symbollist="reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel">
			<color red="0.0" green="0.0" blue="0.0"/>
		</reel>
	</element>
	<element name="reel2" defstate="0">
		<reel reelreversed="0" stateoffset="0" numsymbolsvisible="3" symbollist="reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel">
			<color red="0.0" green="0.0" blue="0.0"/>
		</reel>
	</element>
	<element name="reel3" defstate="0">
		<reel reelreversed="0" stateoffset="0" numsymbolsvisible="3" symbollist="reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel">
			<color red="0.0" green="0.0" blue="0.0"/>
		</reel>
	</element>
	<element name="reel4" defstate="0">
		<reel reelreversed="0" stateoffset="0" numsymbolsvisible="3" symbollist="reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel">
			<color red="0.0" green="0.0" blue="0.0"/>
		</reel>
	</element>
	<element name="led_background">
		<rect>
			<color red="0.4" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_on">
		<rect state="1">
			<color red="1.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_dot_on">
		<disk state="1">
			<color red="1.0" green="0.0" blue="0.0"/>
		</disk>
	</element>
	<element name="led_off">
		<rect state="0">
			<color red="0.5" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_dot_off">
		<disk state="0">
			<color red="0.5" green="0.0" blue="0.0"/>
		</disk>
	</element>
	<element name="led_digit_rect_black">
		<rect>
			<color red="0.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_digit_rect_red">
		<rect>
			<color red="1.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_digit_rect_green">
		<rect>
			<color red="0.0" green="1.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_digit_rect_blue">
		<rect>
			<color red="0.0" green="0.0" blue="1.0"/>
		</rect>
	</element>
	<element name="led_digit_red">
		<led7seg>
			<color red="1.0" green="0.0" blue="0.0"/>
		</led7seg>
	</element>
	<element name="led_digit_green">
		<led7seg>
			<color red="0.0" green="1.0" blue="0.0"/>
		</led7seg>
	</element>
	<element name="led_digit_blue">
		<led7seg>
			<color red="0.0" green="0.5" blue="1.0"/>
		</led7seg>
	</element>
	<element name="vfd0">
		<led16segsc>
			<color red="0.0" green="1.0" blue="1.0"/>
		</led16segsc>
	</element>
	<element name="vfd0_background">
		<rect>
			<color red="0.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="reel_lamp" defstate="0">
		<rect> <color red="0.40" green="0.40" blue="0.40"/> </rect>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="1.0"      height="1.0"/>      <color red="0.50" green="0.50" blue="0.50"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.916667" height="0.916667"/> <color red="0.60" green="0.60" blue="0.60"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.833333" height="0.833333"/> <color red="0.70" green="0.70" blue="0.70"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.75"     height="0.75"/>     <color red="0.80" green="0.80" blue="0.80"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.666667" height="0.666667"/> <color red="0.90" green="0.90" blue="0.90"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.583333" height="0.583333"/> <color red="1.00" green="1.00" blue="1.00"/> </disk>
	</element>
	<element name="label_64">
		<text string="ROYALTIES">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_93">
		<text string="CLAPPERBOARD">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_97">
		<text string="CASHPOT">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_102">
		<text string="£">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_103">
		<text string="£">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_108">
		<text string="RESERVE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_126">
		<text string="£250">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_127">
		<text string="£75">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_128">
		<text string="£50">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_129">
		<text string="£40">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_130">
		<text string="£25">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_131">
		<text string="£30">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_132">
		<text string="£20">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_133">
		<text string="£15">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_134">
		<text string="£10">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_135">
		<text string="£7">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_136">
		<text string="£4">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_137">
		<text string="£2">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_138">
		<text string="£3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_139">
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_153">
		<text string="Bugs and Trouty v1.0">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_154">
		<text string="Camera Eye">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="debug_backdrop_colour">
		<rect>
			<color red="0.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="debug_lamp_standard">
		<rect state="0">
			<color red="0.00" green="0.20" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_lamp_reel">
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.20"/>
		</rect>
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
	</element>
	<element name="debug_lamp_segment">
		<rect state="0">
			<color red="0.20" green="0.00" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_lamp_button">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_lamp_unreferenced">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.20"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="1.00"/>
		</rect>
	</element>
	<repeat count="256">
		<param name="n" start="0" increment="1"/>
		<element name="debug_lamp_label_~n~">
			<text string="~n~">
				<color red="0.0" green="0.0" blue="0.0"/>
				<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
			</text>
		</element>
	</repeat>
	<element name="debug_button_standard">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_button_unreferenced">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.20"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="1.00"/>
		</rect>
	</element>
	<repeat count="64">
		<param name="n" start="0" increment="1"/>
		<element name="debug_button_label_~n~">
			<text string="~n~">
				<color red="0.0" green="0.0" blue="0.0"/>
				<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
			</text>
		</element>
	</repeat>
	<element name="debug_vfd">
		<led16segsc>
			<color red="0.0" green="1.0" blue="1.0"/>
		</led16segsc>
	</element>
	<element name="debug_stepper_value" defstate="0">
		<simplecounter maxstate="999" digits="3">
			<color red="1.0" green="1.0" blue="1.0"/>
		</simplecounter>
	</element>
	<element name="debug_reel_symbol_count_0">
		<text string="20">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>
	<element name="debug_reel_symbol_count_1">
		<text string="20">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>
	<element name="debug_reel_symbol_count_2">
		<text string="20">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>
	<element name="debug_reel_symbol_count_3">
		<text string="20">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>
	<element name="debug_reel_symbol_count_4">
		<text string="20">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>

	<view name="AWP Simulated Video">
		<element ref="backdrop_colour">
			<bounds x="0" y="0" width="835" height="701"/>
		</element>
		<element ref="reel_background">
			<bounds x="21" y="461" width="80" height="110"/>
		</element>
		<element name="lamp34" ref="reel_lamp" state="0">
			<bounds x="21.0000" y="461.0000" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp33" ref="reel_lamp" state="0">
			<bounds x="21.0000" y="497.6667" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp32" ref="reel_lamp" state="0">
			<bounds x="21.0000" y="534.3333" width="80.0000" height="36.6667"/>
		</element>
		<element name="sreel1" ref="reel0" state="0">
			<bounds x="21" y="461" width="80" height="110"/>
		</element>
		<element ref="reel_background">
			<bounds x="131" y="461" width="80" height="110"/>
		</element>
		<element name="lamp37" ref="reel_lamp" state="0">
			<bounds x="131.0000" y="461.0000" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp36" ref="reel_lamp" state="0">
			<bounds x="131.0000" y="497.6667" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp35" ref="reel_lamp" state="0">
			<bounds x="131.0000" y="534.3333" width="80.0000" height="36.6667"/>
		</element>
		<element name="sreel2" ref="reel1" state="0">
			<bounds x="131" y="461" width="80" height="110"/>
		</element>
		<element ref="reel_background">
			<bounds x="241" y="461" width="80" height="110"/>
		</element>
		<element name="lamp50" ref="reel_lamp" state="0">
			<bounds x="241.0000" y="461.0000" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp49" ref="reel_lamp" state="0">
			<bounds x="241.0000" y="497.6667" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp48" ref="reel_lamp" state="0">
			<bounds x="241.0000" y="534.3333" width="80.0000" height="36.6667"/>
		</element>
		<element name="sreel3" ref="reel2" state="0">
			<bounds x="241" y="461" width="80" height="110"/>
		</element>
		<element ref="reel_background">
			<bounds x="351" y="461" width="80" height="110"/>
		</element>
		<element name="lamp53" ref="reel_lamp" state="0">
			<bounds x="351.0000" y="461.0000" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp52" ref="reel_lamp" state="0">
			<bounds x="351.0000" y="497.6667" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp51" ref="reel_lamp" state="0">
			<bounds x="351.0000" y="534.3333" width="80.0000" height="36.6667"/>
		</element>
		<element name="sreel4" ref="reel3" state="0">
			<bounds x="351" y="461" width="80" height="110"/>
		</element>
		<element ref="reel_background">
			<bounds x="89" y="229" width="64" height="60"/>
		</element>
		<element name="lamp-1" ref="reel_lamp" state="0">
			<bounds x="89.0000" y="229.0000" width="64.0000" height="20.0000"/>
		</element>
		<element name="lamp-1" ref="reel_lamp" state="0">
			<bounds x="89.0000" y="249.0000" width="64.0000" height="20.0000"/>
		</element>
		<element name="lamp-1" ref="reel_lamp" state="0">
			<bounds x="89.0000" y="269.0000" width="64.0000" height="20.0000"/>
		</element>
		<element name="sreel5" ref="reel4" state="0">
			<bounds x="89" y="229" width="64" height="60"/>
		</element>
		<element name="lamp121" ref="lamp_121_1_border" state="0">
			<bounds x="78" y="53" width="102" height="40"/>
		</element>
		<element name="lamp121" ref="lamp_121_1" state="0">
			<bounds x="80" y="55" width="98" height="36"/>
		</element>
		<element name="lamp27" ref="lamp_27_1_border" state="0">
			<bounds x="375" y="374" width="62" height="42"/>
		</element>
		<element name="lamp27" ref="lamp_27_1" state="0">
			<bounds x="377" y="376" width="58" height="38"/>
		</element>
		<element name="lamp26" ref="lamp_26_1_border" state="0">
			<bounds x="435" y="374" width="62" height="42"/>
		</element>
		<element name="lamp26" ref="lamp_26_1" state="0">
			<bounds x="437" y="376" width="58" height="38"/>
		</element>
		<element name="lamp79" ref="lamp_79_1_border" state="0">
			<bounds x="435" y="334" width="62" height="42"/>
		</element>
		<element name="lamp79" ref="lamp_79_1" state="0">
			<bounds x="437" y="336" width="58" height="38"/>
		</element>
		<element name="lamp78" ref="lamp_78_1_border" state="0">
			<bounds x="435" y="294" width="62" height="42"/>
		</element>
		<element name="lamp78" ref="lamp_78_1" state="0">
			<bounds x="437" y="296" width="58" height="38"/>
		</element>
		<element name="lamp77" ref="lamp_77_1_border" state="0">
			<bounds x="435" y="254" width="62" height="42"/>
		</element>
		<element name="lamp77" ref="lamp_77_1" state="0">
			<bounds x="437" y="256" width="58" height="38"/>
		</element>
		<element name="lamp63" ref="lamp_63_1_border" state="0">
			<bounds x="315" y="174" width="62" height="42"/>
		</element>
		<element name="lamp63" ref="lamp_63_1" state="0">
			<bounds x="317" y="176" width="58" height="38"/>
		</element>
		<element name="lamp62" ref="lamp_62_1_border" state="0">
			<bounds x="255" y="174" width="62" height="42"/>
		</element>
		<element name="lamp62" ref="lamp_62_1" state="0">
			<bounds x="257" y="176" width="58" height="38"/>
		</element>
		<element name="lamp61" ref="lamp_61_1_border" state="0">
			<bounds x="195" y="174" width="62" height="42"/>
		</element>
		<element name="lamp61" ref="lamp_61_1" state="0">
			<bounds x="197" y="176" width="58" height="38"/>
		</element>
		<element name="lamp60" ref="lamp_60_1_border" state="0">
			<bounds x="135" y="174" width="62" height="42"/>
		</element>
		<element name="lamp60" ref="lamp_60_1" state="0">
			<bounds x="137" y="176" width="58" height="38"/>
		</element>
		<element name="lamp59" ref="lamp_59_1_border" state="0">
			<bounds x="75" y="174" width="62" height="42"/>
		</element>
		<element name="lamp59" ref="lamp_59_1" state="0">
			<bounds x="77" y="176" width="58" height="38"/>
		</element>
		<element name="lamp74" ref="lamp_74_1_border" state="0">
			<bounds x="315" y="214" width="62" height="42"/>
		</element>
		<element name="lamp74" ref="lamp_74_1" state="0">
			<bounds x="317" y="216" width="58" height="38"/>
		</element>
		<element name="lamp75" ref="lamp_75_1_border" state="0">
			<bounds x="315" y="254" width="62" height="42"/>
		</element>
		<element name="lamp75" ref="lamp_75_1" state="0">
			<bounds x="317" y="256" width="58" height="38"/>
		</element>
		<element name="lamp76" ref="lamp_76_1_border" state="0">
			<bounds x="375" y="254" width="62" height="42"/>
		</element>
		<element name="lamp76" ref="lamp_76_1" state="0">
			<bounds x="377" y="256" width="58" height="38"/>
		</element>
		<element name="lamp31" ref="lamp_31_1_border" state="0">
			<bounds x="135" y="374" width="62" height="42"/>
		</element>
		<element name="lamp31" ref="lamp_31_1" state="0">
			<bounds x="137" y="376" width="58" height="38"/>
		</element>
		<element name="lamp30" ref="lamp_30_1_border" state="0">
			<bounds x="195" y="374" width="62" height="42"/>
		</element>
		<element name="lamp30" ref="lamp_30_1" state="0">
			<bounds x="197" y="376" width="58" height="38"/>
		</element>
		<element name="lamp29" ref="lamp_29_1_border" state="0">
			<bounds x="255" y="374" width="62" height="42"/>
		</element>
		<element name="lamp29" ref="lamp_29_1" state="0">
			<bounds x="257" y="376" width="58" height="38"/>
		</element>
		<element name="lamp28" ref="lamp_28_1_border" state="0">
			<bounds x="315" y="374" width="62" height="42"/>
		</element>
		<element name="lamp28" ref="lamp_28_1" state="0">
			<bounds x="317" y="376" width="58" height="38"/>
		</element>
		<element name="lamp44" ref="lamp_44_1_border" state="0">
			<bounds x="15" y="334" width="62" height="42"/>
		</element>
		<element name="lamp44" ref="lamp_44_1" state="0">
			<bounds x="17" y="336" width="58" height="38"/>
		</element>
		<element name="lamp45" ref="lamp_45_1_border" state="0">
			<bounds x="15" y="294" width="62" height="42"/>
		</element>
		<element name="lamp45" ref="lamp_45_1" state="0">
			<bounds x="17" y="296" width="58" height="38"/>
		</element>
		<element name="lamp46" ref="lamp_46_1_border" state="0">
			<bounds x="15" y="254" width="62" height="42"/>
		</element>
		<element name="lamp46" ref="lamp_46_1" state="0">
			<bounds x="17" y="256" width="58" height="38"/>
		</element>
		<element name="lamp43" ref="lamp_43_1_border" state="0">
			<bounds x="15" y="374" width="62" height="42"/>
		</element>
		<element name="lamp43" ref="lamp_43_1" state="0">
			<bounds x="17" y="376" width="58" height="38"/>
		</element>
		<element name="lamp58" ref="lamp_58_1_border" state="0">
			<bounds x="15" y="174" width="62" height="42"/>
		</element>
		<element name="lamp58" ref="lamp_58_1" state="0">
			<bounds x="17" y="176" width="58" height="38"/>
		</element>
		<element name="lamp47" ref="lamp_47_1_border" state="0">
			<bounds x="15" y="214" width="62" height="42"/>
		</element>
		<element name="lamp47" ref="lamp_47_1" state="0">
			<bounds x="17" y="216" width="58" height="38"/>
		</element>
		<element name="lamp42" ref="lamp_42_1_border" state="0">
			<bounds x="75" y="374" width="62" height="42"/>
		</element>
		<element name="lamp42" ref="lamp_42_1" state="0">
			<bounds x="77" y="376" width="58" height="38"/>
		</element>
		<element name="lamp32" ref="lamp_32_1_border" state="0">
			<bounds x="190" y="317" width="106" height="19"/>
		</element>
		<element name="lamp32" ref="lamp_32_1" state="0">
			<bounds x="192" y="319" width="102" height="15"/>
		</element>
		<element name="lamp33" ref="lamp_33_1_border" state="0">
			<bounds x="190" y="285" width="52" height="32"/>
		</element>
		<element name="lamp33" ref="lamp_33_1" state="0">
			<bounds x="192" y="287" width="48" height="28"/>
		</element>
		<element name="lamp34" ref="lamp_34_1_border" state="0">
			<bounds x="216" y="254" width="52" height="32"/>
		</element>
		<element name="lamp34" ref="lamp_34_1" state="0">
			<bounds x="218" y="256" width="48" height="28"/>
		</element>
		<element name="lamp35" ref="lamp_35_1_border" state="0">
			<bounds x="244" y="285" width="52" height="32"/>
		</element>
		<element name="lamp35" ref="lamp_35_1" state="0">
			<bounds x="246" y="287" width="48" height="28"/>
		</element>
		<element name="lamp36" ref="lamp_36_1_border" state="0">
			<bounds x="190" y="223" width="52" height="32"/>
		</element>
		<element name="lamp36" ref="lamp_36_1" state="0">
			<bounds x="192" y="225" width="48" height="28"/>
		</element>
		<element name="lamp37" ref="lamp_37_1_border" state="0">
			<bounds x="244" y="223" width="52" height="32"/>
		</element>
		<element name="lamp37" ref="lamp_37_1" state="0">
			<bounds x="246" y="225" width="48" height="28"/>
		</element>
		<element name="lamp83" ref="lamp_83_1_border" state="0">
			<bounds x="15" y="6" width="62" height="46"/>
		</element>
		<element name="lamp83" ref="lamp_83_1" state="0">
			<bounds x="17" y="8" width="58" height="42"/>
		</element>
		<element name="lamp82" ref="lamp_82_1_border" state="0">
			<bounds x="15" y="50" width="62" height="46"/>
		</element>
		<element name="lamp82" ref="lamp_82_1" state="0">
			<bounds x="17" y="52" width="58" height="42"/>
		</element>
		<element name="lamp81" ref="lamp_81_1_border" state="0">
			<bounds x="15" y="94" width="62" height="46"/>
		</element>
		<element name="lamp81" ref="lamp_81_1" state="0">
			<bounds x="17" y="96" width="58" height="42"/>
		</element>
		<element name="lamp84" ref="lamp_84_1_border" state="0">
			<bounds x="75" y="6" width="62" height="46"/>
		</element>
		<element name="lamp84" ref="lamp_84_1" state="0">
			<bounds x="77" y="8" width="58" height="42"/>
		</element>
		<element name="lamp88" ref="lamp_88_1_border" state="0">
			<bounds x="255" y="50" width="62" height="46"/>
		</element>
		<element name="lamp88" ref="lamp_88_1" state="0">
			<bounds x="257" y="52" width="58" height="42"/>
		</element>
		<element name="lamp89" ref="lamp_89_1_border" state="0">
			<bounds x="255" y="94" width="62" height="46"/>
		</element>
		<element name="lamp89" ref="lamp_89_1" state="0">
			<bounds x="257" y="96" width="58" height="42"/>
		</element>
		<element name="lamp90" ref="lamp_90_1_border" state="0">
			<bounds x="195" y="94" width="62" height="46"/>
		</element>
		<element name="lamp90" ref="lamp_90_1" state="0">
			<bounds x="197" y="96" width="58" height="42"/>
		</element>
		<element name="lamp91" ref="lamp_91_1_border" state="0">
			<bounds x="135" y="94" width="62" height="46"/>
		</element>
		<element name="lamp91" ref="lamp_91_1" state="0">
			<bounds x="137" y="96" width="58" height="42"/>
		</element>
		<element name="lamp92" ref="lamp_92_1_border" state="0">
			<bounds x="75" y="94" width="62" height="46"/>
		</element>
		<element name="lamp92" ref="lamp_92_1" state="0">
			<bounds x="77" y="96" width="58" height="42"/>
		</element>
		<element name="lamp5" ref="lamp_5_1_border" state="0">
			<bounds x="602" y="228" width="47" height="38"/>
		</element>
		<element name="lamp5" ref="lamp_5_1" state="0">
			<bounds x="604" y="230" width="43" height="34"/>
		</element>
		<element name="lamp15" ref="lamp_15_1_border" state="0">
			<bounds x="602" y="265" width="47" height="38"/>
		</element>
		<element name="lamp15" ref="lamp_15_1" state="0">
			<bounds x="604" y="267" width="43" height="34"/>
		</element>
		<element name="lamp109" ref="lamp_109_1_border" state="0">
			<bounds x="510" y="76" width="139" height="42"/>
		</element>
		<element name="lamp109" ref="lamp_109_1" state="0">
			<bounds x="512" y="78" width="135" height="38"/>
		</element>
		<element name="lamp106" ref="lamp_106_1_border" state="0">
			<bounds x="513" y="24" width="86" height="38"/>
		</element>
		<element name="lamp106" ref="lamp_106_1" state="0">
			<bounds x="515" y="26" width="82" height="34"/>
		</element>
		<element name="lamp14" ref="lamp_14_1_border" state="0">
			<bounds x="510" y="117" width="47" height="38"/>
		</element>
		<element name="lamp14" ref="lamp_14_1" state="0">
			<bounds x="512" y="119" width="43" height="34"/>
		</element>
		<element name="lamp13" ref="lamp_13_1_border" state="0">
			<bounds x="556" y="117" width="47" height="38"/>
		</element>
		<element name="lamp13" ref="lamp_13_1" state="0">
			<bounds x="558" y="119" width="43" height="34"/>
		</element>
		<element name="lamp12" ref="lamp_12_1_border" state="0">
			<bounds x="602" y="117" width="47" height="38"/>
		</element>
		<element name="lamp12" ref="lamp_12_1" state="0">
			<bounds x="604" y="119" width="43" height="34"/>
		</element>
		<element name="lamp11" ref="lamp_11_1_border" state="0">
			<bounds x="602" y="154" width="47" height="38"/>
		</element>
		<element name="lamp11" ref="lamp_11_1" state="0">
			<bounds x="604" y="156" width="43" height="34"/>
		</element>
		<element name="lamp10" ref="lamp_10_1_border" state="0">
			<bounds x="556" y="154" width="47" height="38"/>
		</element>
		<element name="lamp10" ref="lamp_10_1" state="0">
			<bounds x="558" y="156" width="43" height="34"/>
		</element>
		<element name="lamp9" ref="lamp_9_1_border" state="0">
			<bounds x="510" y="154" width="47" height="38"/>
		</element>
		<element name="lamp9" ref="lamp_9_1" state="0">
			<bounds x="512" y="156" width="43" height="34"/>
		</element>
		<element name="lamp8" ref="lamp_8_1_border" state="0">
			<bounds x="510" y="191" width="47" height="38"/>
		</element>
		<element name="lamp8" ref="lamp_8_1" state="0">
			<bounds x="512" y="193" width="43" height="34"/>
		</element>
		<element name="lamp7" ref="lamp_7_1_border" state="0">
			<bounds x="556" y="191" width="47" height="38"/>
		</element>
		<element name="lamp7" ref="lamp_7_1" state="0">
			<bounds x="558" y="193" width="43" height="34"/>
		</element>
		<element name="lamp6" ref="lamp_6_1_border" state="0">
			<bounds x="602" y="191" width="47" height="38"/>
		</element>
		<element name="lamp6" ref="lamp_6_1" state="0">
			<bounds x="604" y="193" width="43" height="34"/>
		</element>
		<element name="lamp4" ref="lamp_4_1_border" state="0">
			<bounds x="556" y="228" width="47" height="38"/>
		</element>
		<element name="lamp4" ref="lamp_4_1" state="0">
			<bounds x="558" y="230" width="43" height="34"/>
		</element>
		<element name="lamp3" ref="lamp_3_1_border" state="0">
			<bounds x="510" y="228" width="47" height="38"/>
		</element>
		<element name="lamp3" ref="lamp_3_1" state="0">
			<bounds x="512" y="230" width="43" height="34"/>
		</element>
		<element name="lamp87" ref="lamp_87_1_border" state="0">
			<bounds x="255" y="6" width="62" height="46"/>
		</element>
		<element name="lamp87" ref="lamp_87_1" state="0">
			<bounds x="257" y="8" width="58" height="42"/>
		</element>
		<element name="lamp86" ref="lamp_86_1_border" state="0">
			<bounds x="195" y="6" width="62" height="46"/>
		</element>
		<element name="lamp86" ref="lamp_86_1" state="0">
			<bounds x="197" y="8" width="58" height="42"/>
		</element>
		<element name="lamp85" ref="lamp_85_1_border" state="0">
			<bounds x="135" y="6" width="62" height="46"/>
		</element>
		<element name="lamp85" ref="lamp_85_1" state="0">
			<bounds x="137" y="8" width="58" height="42"/>
		</element>
		<element name="lamp48" ref="lamp_48_1_border" state="0">
			<bounds x="383" y="198" width="52" height="42"/>
		</element>
		<element name="lamp48" ref="lamp_48_1" state="0">
			<bounds x="385" y="200" width="48" height="38"/>
		</element>
		<element name="lamp49" ref="lamp_49_1_border" state="0">
			<bounds x="448" y="189" width="52" height="32"/>
		</element>
		<element name="lamp49" ref="lamp_49_1" state="0">
			<bounds x="450" y="191" width="48" height="28"/>
		</element>
		<element name="lamp51" ref="lamp_51_1_border" state="0">
			<bounds x="392" y="158" width="52" height="32"/>
		</element>
		<element name="lamp51" ref="lamp_51_1" state="0">
			<bounds x="394" y="160" width="48" height="28"/>
		</element>
		<element name="lamp52" ref="lamp_52_1_border" state="0">
			<bounds x="427" y="127" width="52" height="32"/>
		</element>
		<element name="lamp52" ref="lamp_52_1" state="0">
			<bounds x="429" y="129" width="48" height="28"/>
		</element>
		<element name="lamp53" ref="lamp_53_1_border" state="0">
			<bounds x="440" y="220" width="52" height="32"/>
		</element>
		<element name="lamp53" ref="lamp_53_1" state="0">
			<bounds x="442" y="222" width="48" height="28"/>
		</element>
		<element name="lamp50" ref="lamp_50_1_border" state="0">
			<bounds x="454" y="158" width="52" height="32"/>
		</element>
		<element name="lamp50" ref="lamp_50_1" state="0">
			<bounds x="456" y="160" width="48" height="28"/>
		</element>
		<element name="lamp105" ref="lamp_105_1_border" state="0">
			<bounds x="459" y="59" width="37" height="52"/>
		</element>
		<element name="lamp105" ref="lamp_105_1" state="0">
			<bounds x="461" y="61" width="33" height="48"/>
		</element>
		<element name="lamp104" ref="lamp_104_1_border" state="0">
			<bounds x="425" y="59" width="37" height="52"/>
		</element>
		<element name="lamp104" ref="lamp_104_1" state="0">
			<bounds x="427" y="61" width="33" height="48"/>
		</element>
		<element name="lamp103" ref="lamp_103_1_border" state="0">
			<bounds x="391" y="59" width="37" height="52"/>
		</element>
		<element name="lamp103" ref="lamp_103_1" state="0">
			<bounds x="393" y="61" width="33" height="48"/>
		</element>
		<element name="lamp102" ref="lamp_102_1_border" state="0">
			<bounds x="357" y="59" width="37" height="52"/>
		</element>
		<element name="lamp102" ref="lamp_102_1" state="0">
			<bounds x="359" y="61" width="33" height="48"/>
		</element>
		<element name="lamp101" ref="lamp_101_1_border" state="0">
			<bounds x="323" y="59" width="37" height="52"/>
		</element>
		<element name="lamp101" ref="lamp_101_1" state="0">
			<bounds x="325" y="61" width="33" height="48"/>
		</element>
		<element name="lamp100" ref="lamp_100_1_border" state="0">
			<bounds x="459" y="9" width="37" height="52"/>
		</element>
		<element name="lamp100" ref="lamp_100_1" state="0">
			<bounds x="461" y="11" width="33" height="48"/>
		</element>
		<element name="lamp99" ref="lamp_99_1_border" state="0">
			<bounds x="425" y="9" width="37" height="52"/>
		</element>
		<element name="lamp99" ref="lamp_99_1" state="0">
			<bounds x="427" y="11" width="33" height="48"/>
		</element>
		<element name="lamp98" ref="lamp_98_1_border" state="0">
			<bounds x="391" y="9" width="37" height="52"/>
		</element>
		<element name="lamp98" ref="lamp_98_1" state="0">
			<bounds x="393" y="11" width="33" height="48"/>
		</element>
		<element name="lamp96" ref="lamp_96_1_border" state="0">
			<bounds x="323" y="9" width="37" height="52"/>
		</element>
		<element name="lamp96" ref="lamp_96_1" state="0">
			<bounds x="325" y="11" width="33" height="48"/>
		</element>
		<element name="lamp97" ref="lamp_97_1_border" state="0">
			<bounds x="357" y="9" width="37" height="52"/>
		</element>
		<element name="lamp97" ref="lamp_97_1" state="0">
			<bounds x="359" y="11" width="33" height="48"/>
		</element>
		<element name="lamp23" ref="lamp_23_1_border" state="0">
			<bounds x="121" y="304" width="32" height="32"/>
		</element>
		<element name="lamp23" ref="lamp_23_1" state="0">
			<bounds x="123" y="306" width="28" height="28"/>
		</element>
		<element name="lamp22" ref="lamp_22_1_border" state="0">
			<bounds x="87" y="304" width="32" height="32"/>
		</element>
		<element name="lamp22" ref="lamp_22_1" state="0">
			<bounds x="89" y="306" width="28" height="28"/>
		</element>
		<element name="lamp18" ref="lamp_18_1_border" state="0">
			<bounds x="532" y="382" width="52" height="34"/>
		</element>
		<element name="lamp18" ref="lamp_18_1" state="0">
			<bounds x="534" y="384" width="48" height="30"/>
		</element>
		<element name="lamp17" ref="lamp_17_1_border" state="0">
			<bounds x="532" y="350" width="52" height="34"/>
		</element>
		<element name="lamp17" ref="lamp_17_1" state="0">
			<bounds x="534" y="352" width="48" height="30"/>
		</element>
		<element name="lamp16" ref="lamp_16_1_border" state="0">
			<bounds x="532" y="318" width="52" height="34"/>
		</element>
		<element name="lamp16" ref="lamp_16_1" state="0">
			<bounds x="534" y="320" width="48" height="30"/>
		</element>
		<element name="lamp19" ref="lamp_19_1_border" state="0">
			<bounds x="582" y="318" width="52" height="34"/>
		</element>
		<element name="lamp19" ref="lamp_19_1" state="0">
			<bounds x="584" y="320" width="48" height="30"/>
		</element>
		<element name="lamp20" ref="lamp_20_1_border" state="0">
			<bounds x="582" y="350" width="52" height="34"/>
		</element>
		<element name="lamp20" ref="lamp_20_1" state="0">
			<bounds x="584" y="352" width="48" height="30"/>
		</element>
		<element name="lamp21" ref="lamp_21_1_border" state="0">
			<bounds x="582" y="382" width="52" height="34"/>
		</element>
		<element name="lamp21" ref="lamp_21_1" state="0">
			<bounds x="584" y="384" width="48" height="30"/>
		</element>
		<element name="lamp80" ref="lamp_80_1_border" state="0">
			<bounds x="15" y="138" width="62" height="38"/>
		</element>
		<element name="lamp80" ref="lamp_80_1" state="0">
			<bounds x="17" y="140" width="58" height="34"/>
		</element>
		<element name="lamp241" ref="lamp_241_1_border" state="0">
			<bounds x="22" y="598" width="123" height="32"/>
		</element>
		<element name="lamp241" ref="lamp_241_1" state="0">
			<bounds x="24" y="600" width="119" height="28"/>
		</element>
		<element name="lamp243" ref="lamp_243_1_border" state="0">
			<bounds x="400" y="598" width="123" height="18"/>
		</element>
		<element name="lamp243" ref="lamp_243_1" state="0">
			<bounds x="402" y="600" width="119" height="14"/>
		</element>
		<element name="lamp244" ref="lamp_244_1_border" state="0">
			<bounds x="460" y="613" width="62" height="16"/>
		</element>
		<element name="lamp244" ref="lamp_244_1" state="0">
			<bounds x="462" y="615" width="58" height="12"/>
		</element>
		<element name="lamp245" ref="lamp_245_1_border" state="0">
			<bounds x="400" y="613" width="62" height="16"/>
		</element>
		<element name="lamp245" ref="lamp_245_1" state="0">
			<bounds x="402" y="615" width="58" height="12"/>
		</element>
		<element name="lamp2" ref="lamp_2_1_border" state="0">
			<bounds x="510" y="265" width="47" height="38"/>
		</element>
		<element name="lamp2" ref="lamp_2_1" state="0">
			<bounds x="512" y="267" width="43" height="34"/>
		</element>
		<element name="lamp1" ref="lamp_1_1_border" state="0">
			<bounds x="556" y="265" width="47" height="38"/>
		</element>
		<element name="lamp1" ref="lamp_1_1" state="0">
			<bounds x="558" y="267" width="43" height="34"/>
		</element>
		<element name="lamp249" ref="lamp_249_1_border" state="0">
			<bounds x="240" y="443" width="98" height="16"/>
		</element>
		<element name="lamp249" ref="lamp_249_1" state="0">
			<bounds x="242" y="445" width="94" height="12"/>
		</element>
		<element name="lamp247" ref="lamp_247_1_border" state="0">
			<bounds x="114" y="443" width="98" height="16"/>
		</element>
		<element name="lamp247" ref="lamp_247_1" state="0">
			<bounds x="116" y="445" width="94" height="12"/>
		</element>
		<element name="lamp229" ref="lamp_229_1_border" state="0">
			<bounds x="521" y="444" width="37" height="42"/>
		</element>
		<element name="lamp229" ref="lamp_229_1" state="0">
			<bounds x="523" y="446" width="33" height="38"/>
		</element>
		<element name="lamp227" ref="lamp_227_1_border" state="0">
			<bounds x="521" y="486" width="37" height="42"/>
		</element>
		<element name="lamp227" ref="lamp_227_1" state="0">
			<bounds x="523" y="488" width="33" height="38"/>
		</element>
		<element name="lamp225" ref="lamp_225_1_border" state="0">
			<bounds x="521" y="550" width="82" height="16"/>
		</element>
		<element name="lamp225" ref="lamp_225_1" state="0">
			<bounds x="523" y="552" width="78" height="12"/>
		</element>
		<element name="lamp224" ref="lamp_224_1_border" state="0">
			<bounds x="521" y="426" width="82" height="19"/>
		</element>
		<element name="lamp224" ref="lamp_224_1" state="0">
			<bounds x="523" y="428" width="78" height="15"/>
		</element>
		<element name="lamp228" ref="lamp_228_1_border" state="0">
			<bounds x="566" y="467" width="37" height="42"/>
		</element>
		<element name="lamp228" ref="lamp_228_1" state="0">
			<bounds x="568" y="469" width="33" height="38"/>
		</element>
		<element name="lamp226" ref="lamp_226_1_border" state="0">
			<bounds x="566" y="509" width="37" height="42"/>
		</element>
		<element name="lamp226" ref="lamp_226_1" state="0">
			<bounds x="568" y="511" width="33" height="38"/>
		</element>
		<element name="lamp64" ref="lamp_64_1_border" state="0">
			<bounds x="79" y="140" width="82" height="34"/>
		</element>
		<element name="lamp64" ref="lamp_64_1" state="0">
			<bounds x="81" y="142" width="78" height="30"/>
		</element>
		<element name="lamp67" ref="lamp_67_1_border" state="0">
			<bounds x="248" y="136" width="44" height="44"/>
		</element>
		<element name="lamp67" ref="lamp_67_1" state="0">
			<bounds x="250" y="138" width="40" height="40"/>
		</element>
		<element name="lamp66" ref="lamp_66_1_border" state="0">
			<bounds x="202" y="136" width="44" height="44"/>
		</element>
		<element name="lamp66" ref="lamp_66_1" state="0">
			<bounds x="204" y="138" width="40" height="40"/>
		</element>
		<element name="lamp65" ref="lamp_65_1_border" state="0">
			<bounds x="156" y="136" width="44" height="44"/>
		</element>
		<element name="lamp65" ref="lamp_65_1" state="0">
			<bounds x="158" y="138" width="40" height="40"/>
		</element>
		<element name="lamp195" ref="colour_button_155_border" state="0" inputtag="STROBE2" inputmask="0x08">
			<bounds x="357" y="630" width="68" height="42"/>
		</element>
		<element name="lamp195" ref="colour_button_155" state="0" inputtag="STROBE2" inputmask="0x08">
			<bounds x="359" y="632" width="64" height="38"/>
		</element>
		<element name="lamp194" ref="colour_button_156_border" state="0" inputtag="STROBE2" inputmask="0x10">
			<bounds x="247" y="630" width="68" height="42"/>
		</element>
		<element name="lamp194" ref="colour_button_156" state="0" inputtag="STROBE2" inputmask="0x10">
			<bounds x="249" y="632" width="64" height="38"/>
		</element>
		<element name="lamp193" ref="colour_button_157_border" state="0" inputtag="STROBE2" inputmask="0x20">
			<bounds x="137" y="630" width="68" height="42"/>
		</element>
		<element name="lamp193" ref="colour_button_157" state="0" inputtag="STROBE2" inputmask="0x20">
			<bounds x="139" y="632" width="64" height="38"/>
		</element>
		<element name="lamp192" ref="colour_button_158_border" state="0" inputtag="STROBE2" inputmask="0x40">
			<bounds x="27" y="630" width="68" height="42"/>
		</element>
		<element name="lamp192" ref="colour_button_158" state="0" inputtag="STROBE2" inputmask="0x40">
			<bounds x="29" y="632" width="64" height="38"/>
		</element>
		<element name="lamp208" ref="colour_button_159_border" state="0" inputtag="STROBE2" inputmask="0x04">
			<bounds x="436" y="630" width="68" height="42"/>
		</element>
		<element name="lamp208" ref="colour_button_159" state="0" inputtag="STROBE2" inputmask="0x04">
			<bounds x="438" y="632" width="64" height="38"/>
		</element>
		<element name="lamp111" ref="colour_button_161_border" state="0" inputtag="STROBE7" inputmask="0x20">
			<bounds x="600" y="9" width="46" height="62"/>
		</element>
		<element name="lamp111" ref="colour_button_161" state="0" inputtag="STROBE7" inputmask="0x20">
			<bounds x="602" y="11" width="42" height="58"/>
		</element>
		<element name="lamp209" ref="colour_button_164_border" state="0" inputtag="STROBE2" inputmask="0x02">
			<bounds x="504" y="630" width="72" height="42"/>
		</element>
		<element name="lamp209" ref="colour_button_164" state="0" inputtag="STROBE2" inputmask="0x02">
			<bounds x="506" y="632" width="68" height="38"/>
		</element>
		<element name="lamp210" ref="colour_button_165_border" state="0" inputtag="STROBE2" inputmask="0x01">
			<bounds x="578" y="630" width="68" height="42"/>
		</element>
		<element name="lamp210" ref="colour_button_165" state="0" inputtag="STROBE2" inputmask="0x01">
			<bounds x="580" y="632" width="64" height="38"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="320" y="303" width="24" height="32"/>
		</element>
		<element name="digit10" ref="led_digit_red">
			<bounds x="320" y="303" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="320" y="303" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="344" y="303" width="24" height="32"/>
		</element>
		<element name="digit11" ref="led_digit_red">
			<bounds x="344" y="303" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="344" y="303" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="368" y="303" width="24" height="32"/>
		</element>
		<element name="digit12" ref="led_digit_red">
			<bounds x="368" y="303" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="368" y="303" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="392" y="303" width="24" height="32"/>
		</element>
		<element name="digit13" ref="led_digit_red">
			<bounds x="392" y="303" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="392" y="303" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="171" y="591" width="24" height="32"/>
		</element>
		<element name="digit0" ref="led_digit_red">
			<bounds x="171" y="591" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="171" y="591" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="195" y="591" width="24" height="32"/>
		</element>
		<element name="digit1" ref="led_digit_red">
			<bounds x="195" y="591" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="195" y="591" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="219" y="591" width="24" height="32"/>
		</element>
		<element name="digit2" ref="led_digit_red">
			<bounds x="219" y="591" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="219" y="591" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="243" y="591" width="24" height="32"/>
		</element>
		<element name="digit3" ref="led_digit_red">
			<bounds x="243" y="591" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="243" y="591" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="296" y="591" width="24" height="32"/>
		</element>
		<element name="digit4" ref="led_digit_red">
			<bounds x="296" y="591" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="296" y="591" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="320" y="591" width="24" height="32"/>
		</element>
		<element name="digit5" ref="led_digit_red">
			<bounds x="320" y="591" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="320" y="591" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="344" y="591" width="24" height="32"/>
		</element>
		<element name="digit6" ref="led_digit_red">
			<bounds x="344" y="591" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="344" y="591" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="368" y="591" width="24" height="32"/>
		</element>
		<element name="digit7" ref="led_digit_red">
			<bounds x="368" y="591" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="368" y="591" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="220" y="65" width="21" height="28"/>
		</element>
		<element name="digit9" ref="led_digit_red">
			<bounds x="220" y="65" width="21" height="28"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="220" y="65" width="21" height="28"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="199" y="65" width="21" height="28"/>
		</element>
		<element name="digit8" ref="led_digit_red">
			<bounds x="199" y="65" width="21" height="28"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="199" y="65" width="21" height="28"/>
			<color alpha="0.1"/>
		</element>
		<element ref="vfd0_background">
			<bounds x="128" y="347" width="256" height="26"/>
		</element>
		<element name="vfd0" ref="vfd0" state="0">
			<bounds x="128" y="347" width="16" height="26"/>
		</element>
		<element name="vfd1" ref="vfd0" state="0">
			<bounds x="144" y="347" width="16" height="26"/>
		</element>
		<element name="vfd2" ref="vfd0" state="0">
			<bounds x="160" y="347" width="16" height="26"/>
		</element>
		<element name="vfd3" ref="vfd0" state="0">
			<bounds x="176" y="347" width="16" height="26"/>
		</element>
		<element name="vfd4" ref="vfd0" state="0">
			<bounds x="192" y="347" width="16" height="26"/>
		</element>
		<element name="vfd5" ref="vfd0" state="0">
			<bounds x="208" y="347" width="16" height="26"/>
		</element>
		<element name="vfd6" ref="vfd0" state="0">
			<bounds x="224" y="347" width="16" height="26"/>
		</element>
		<element name="vfd7" ref="vfd0" state="0">
			<bounds x="240" y="347" width="16" height="26"/>
		</element>
		<element name="vfd8" ref="vfd0" state="0">
			<bounds x="256" y="347" width="16" height="26"/>
		</element>
		<element name="vfd9" ref="vfd0" state="0">
			<bounds x="272" y="347" width="16" height="26"/>
		</element>
		<element name="vfd10" ref="vfd0" state="0">
			<bounds x="288" y="347" width="16" height="26"/>
		</element>
		<element name="vfd11" ref="vfd0" state="0">
			<bounds x="304" y="347" width="16" height="26"/>
		</element>
		<element name="vfd12" ref="vfd0" state="0">
			<bounds x="320" y="347" width="16" height="26"/>
		</element>
		<element name="vfd13" ref="vfd0" state="0">
			<bounds x="336" y="347" width="16" height="26"/>
		</element>
		<element name="vfd14" ref="vfd0" state="0">
			<bounds x="352" y="347" width="16" height="26"/>
		</element>
		<element name="vfd15" ref="vfd0" state="0">
			<bounds x="368" y="347" width="16" height="26"/>
		</element>
		<element name="label64" ref="label_64">
			<bounds x="188" y="51" width="66" height="16"/>
		</element>
		<element name="label93" ref="label_93">
			<bounds x="533" y="303" width="100" height="19"/>
		</element>
		<element name="label97" ref="label_97">
			<bounds x="174" y="568" width="92" height="27"/>
		</element>
		<element name="label102" ref="label_102">
			<bounds x="145" y="581" width="28" height="49"/>
		</element>
		<element name="label103" ref="label_103">
			<bounds x="270" y="581" width="28" height="49"/>
		</element>
		<element name="label108" ref="label_108">
			<bounds x="303" y="568" width="86" height="27"/>
		</element>
		<element name="label126" ref="label_126">
			<bounds x="758" y="18" width="56" height="30"/>
		</element>
		<element name="label127" ref="label_127">
			<bounds x="758" y="60" width="43" height="30"/>
		</element>
		<element name="label128" ref="label_128">
			<bounds x="758" y="102" width="43" height="30"/>
		</element>
		<element name="label129" ref="label_129">
			<bounds x="758" y="144" width="43" height="30"/>
		</element>
		<element name="label130" ref="label_130">
			<bounds x="758" y="228" width="43" height="30"/>
		</element>
		<element name="label131" ref="label_131">
			<bounds x="758" y="186" width="43" height="30"/>
		</element>
		<element name="label132" ref="label_132">
			<bounds x="758" y="270" width="43" height="30"/>
		</element>
		<element name="label133" ref="label_133">
			<bounds x="655" y="18" width="43" height="30"/>
		</element>
		<element name="label134" ref="label_134">
			<bounds x="655" y="60" width="43" height="30"/>
		</element>
		<element name="label135" ref="label_135">
			<bounds x="667" y="102" width="30" height="30"/>
		</element>
		<element name="label136" ref="label_136">
			<bounds x="667" y="144" width="30" height="30"/>
		</element>
		<element name="label137" ref="label_137">
			<bounds x="667" y="228" width="30" height="30"/>
		</element>
		<element name="label138" ref="label_138">
			<bounds x="667" y="186" width="30" height="30"/>
		</element>
		<element name="label139" ref="label_139">
			<bounds x="667" y="270" width="30" height="30"/>
		</element>
		<element name="label153" ref="label_153">
			<bounds x="681" y="330" width="100" height="32"/>
		</element>
		<element name="label154" ref="label_154">
			<bounds x="10" y="666" width="70" height="16"/>
		</element>
	</view>

	<view name="MFME2MAME Debug">
		<element ref="debug_backdrop_colour">
			<bounds x="0" y="0" width="1920" height="1080"/>
		</element>

		<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="32" width="60" height="60"/>
		</element>
		<element name="lamp1" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="32" width="60" height="60"/>
		</element>
		<element name="lamp2" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="32" width="60" height="60"/>
		</element>
		<element name="lamp3" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="32" width="60" height="60"/>
		</element>
		<element name="lamp4" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="32" width="60" height="60"/>
		</element>
		<element name="lamp5" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="32" width="60" height="60"/>
		</element>
		<element name="lamp6" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="32" width="60" height="60"/>
		</element>
		<element name="lamp7" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="32" width="60" height="60"/>
		</element>
		<element name="lamp8" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="32" width="60" height="60"/>
		</element>
		<element name="lamp9" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="32" width="60" height="60"/>
		</element>
		<element name="lamp10" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="32" width="60" height="60"/>
		</element>
		<element name="lamp11" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="32" width="60" height="60"/>
		</element>
		<element name="lamp12" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="32" width="60" height="60"/>
		</element>
		<element name="lamp13" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="32" width="60" height="60"/>
		</element>
		<element name="lamp14" ref="debug_lamp_standard" state="0">
			<bounds x="928" y="32" width="60" height="60"/>
		</element>
		<element name="lamp15" ref="debug_lamp_standard" state="0">
			<bounds x="992" y="32" width="60" height="60"/>
		</element>
		<element name="lamp16" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="96" width="60" height="60"/>
		</element>
		<element name="lamp17" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="96" width="60" height="60"/>
		</element>
		<element name="lamp18" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="96" width="60" height="60"/>
		</element>
		<element name="lamp19" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="96" width="60" height="60"/>
		</element>
		<element name="lamp20" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="96" width="60" height="60"/>
		</element>
		<element name="lamp21" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="96" width="60" height="60"/>
		</element>
		<element name="lamp22" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="96" width="60" height="60"/>
		</element>
		<element name="lamp23" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="96" width="60" height="60"/>
		</element>
		<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="96" width="60" height="60"/>
		</element>
		<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="96" width="60" height="60"/>
		</element>
		<element name="lamp26" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="96" width="60" height="60"/>
		</element>
		<element name="lamp27" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="96" width="60" height="60"/>
		</element>
		<element name="lamp28" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="96" width="60" height="60"/>
		</element>
		<element name="lamp29" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="96" width="60" height="60"/>
		</element>
		<element name="lamp30" ref="debug_lamp_standard" state="0">
			<bounds x="928" y="96" width="60" height="60"/>
		</element>
		<element name="lamp31" ref="debug_lamp_standard" state="0">
			<bounds x="992" y="96" width="60" height="60"/>
		</element>
		<element name="lamp32" ref="debug_lamp_reel" state="0">
			<bounds x="32" y="160" width="60" height="60"/>
		</element>
		<element name="lamp33" ref="debug_lamp_reel" state="0">
			<bounds x="96" y="160" width="60" height="60"/>
		</element>
		<element name="lamp34" ref="debug_lamp_reel" state="0">
			<bounds x="160" y="160" width="60" height="60"/>
		</element>
		<element name="lamp35" ref="debug_lamp_reel" state="0">
			<bounds x="224" y="160" width="60" height="60"/>
		</element>
		<element name="lamp36" ref="debug_lamp_reel" state="0">
			<bounds x="288" y="160" width="60" height="60"/>
		</element>
		<element name="lamp37" ref="debug_lamp_reel" state="0">
			<bounds x="352" y="160" width="60" height="60"/>
		</element>
		<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="160" width="60" height="60"/>
		</element>
		<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="160" width="60" height="60"/>
		</element>
		<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="160" width="60" height="60"/>
		</element>
		<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="160" width="60" height="60"/>
		</element>
		<element name="lamp42" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="160" width="60" height="60"/>
		</element>
		<element name="lamp43" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="160" width="60" height="60"/>
		</element>
		<element name="lamp44" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="160" width="60" height="60"/>
		</element>
		<element name="lamp45" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="160" width="60" height="60"/>
		</element>
		<element name="lamp46" ref="debug_lamp_standard" state="0">
			<bounds x="928" y="160" width="60" height="60"/>
		</element>
		<element name="lamp47" ref="debug_lamp_standard" state="0">
			<bounds x="992" y="160" width="60" height="60"/>
		</element>
		<element name="lamp48" ref="debug_lamp_reel" state="0">
			<bounds x="32" y="224" width="60" height="60"/>
		</element>
		<element name="lamp49" ref="debug_lamp_reel" state="0">
			<bounds x="96" y="224" width="60" height="60"/>
		</element>
		<element name="lamp50" ref="debug_lamp_reel" state="0">
			<bounds x="160" y="224" width="60" height="60"/>
		</element>
		<element name="lamp51" ref="debug_lamp_reel" state="0">
			<bounds x="224" y="224" width="60" height="60"/>
		</element>
		<element name="lamp52" ref="debug_lamp_reel" state="0">
			<bounds x="288" y="224" width="60" height="60"/>
		</element>
		<element name="lamp53" ref="debug_lamp_reel" state="0">
			<bounds x="352" y="224" width="60" height="60"/>
		</element>
		<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="224" width="60" height="60"/>
		</element>
		<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="224" width="60" height="60"/>
		</element>
		<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="224" width="60" height="60"/>
		</element>
		<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="224" width="60" height="60"/>
		</element>
		<element name="lamp58" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="224" width="60" height="60"/>
		</element>
		<element name="lamp59" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="224" width="60" height="60"/>
		</element>
		<element name="lamp60" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="224" width="60" height="60"/>
		</element>
		<element name="lamp61" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="224" width="60" height="60"/>
		</element>
		<element name="lamp62" ref="debug_lamp_standard" state="0">
			<bounds x="928" y="224" width="60" height="60"/>
		</element>
		<element name="lamp63" ref="debug_lamp_standard" state="0">
			<bounds x="992" y="224" width="60" height="60"/>
		</element>
		<element name="lamp64" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="288" width="60" height="60"/>
		</element>
		<element name="lamp65" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="288" width="60" height="60"/>
		</element>
		<element name="lamp66" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="288" width="60" height="60"/>
		</element>
		<element name="lamp67" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="288" width="60" height="60"/>
		</element>
		<element name="lamp68" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="288" width="60" height="60"/>
		</element>
		<element name="lamp69" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="288" width="60" height="60"/>
		</element>
		<element name="lamp70" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="288" width="60" height="60"/>
		</element>
		<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="288" width="60" height="60"/>
		</element>
		<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="288" width="60" height="60"/>
		</element>
		<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="288" width="60" height="60"/>
		</element>
		<element name="lamp74" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="288" width="60" height="60"/>
		</element>
		<element name="lamp75" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="288" width="60" height="60"/>
		</element>
		<element name="lamp76" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="288" width="60" height="60"/>
		</element>
		<element name="lamp77" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="288" width="60" height="60"/>
		</element>
		<element name="lamp78" ref="debug_lamp_standard" state="0">
			<bounds x="928" y="288" width="60" height="60"/>
		</element>
		<element name="lamp79" ref="debug_lamp_standard" state="0">
			<bounds x="992" y="288" width="60" height="60"/>
		</element>
		<element name="lamp80" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="352" width="60" height="60"/>
		</element>
		<element name="lamp81" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="352" width="60" height="60"/>
		</element>
		<element name="lamp82" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="352" width="60" height="60"/>
		</element>
		<element name="lamp83" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="352" width="60" height="60"/>
		</element>
		<element name="lamp84" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="352" width="60" height="60"/>
		</element>
		<element name="lamp85" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="352" width="60" height="60"/>
		</element>
		<element name="lamp86" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="352" width="60" height="60"/>
		</element>
		<element name="lamp87" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="352" width="60" height="60"/>
		</element>
		<element name="lamp88" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="352" width="60" height="60"/>
		</element>
		<element name="lamp89" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="352" width="60" height="60"/>
		</element>
		<element name="lamp90" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="352" width="60" height="60"/>
		</element>
		<element name="lamp91" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="352" width="60" height="60"/>
		</element>
		<element name="lamp92" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="352" width="60" height="60"/>
		</element>
		<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="352" width="60" height="60"/>
		</element>
		<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="352" width="60" height="60"/>
		</element>
		<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="352" width="60" height="60"/>
		</element>
		<element name="lamp96" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="416" width="60" height="60"/>
		</element>
		<element name="lamp97" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="416" width="60" height="60"/>
		</element>
		<element name="lamp98" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="416" width="60" height="60"/>
		</element>
		<element name="lamp99" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="416" width="60" height="60"/>
		</element>
		<element name="lamp100" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="416" width="60" height="60"/>
		</element>
		<element name="lamp101" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="416" width="60" height="60"/>
		</element>
		<element name="lamp102" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="416" width="60" height="60"/>
		</element>
		<element name="lamp103" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="416" width="60" height="60"/>
		</element>
		<element name="lamp104" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="416" width="60" height="60"/>
		</element>
		<element name="lamp105" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="416" width="60" height="60"/>
		</element>
		<element name="lamp106" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="416" width="60" height="60"/>
		</element>
		<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="416" width="60" height="60"/>
		</element>
		<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="416" width="60" height="60"/>
		</element>
		<element name="lamp109" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="416" width="60" height="60"/>
		</element>
		<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="416" width="60" height="60"/>
		</element>
		<element name="lamp111" ref="debug_lamp_button" state="0">
			<bounds x="992" y="416" width="60" height="60"/>
		</element>
		<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="480" width="60" height="60"/>
		</element>
		<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="480" width="60" height="60"/>
		</element>
		<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="480" width="60" height="60"/>
		</element>
		<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="480" width="60" height="60"/>
		</element>
		<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="480" width="60" height="60"/>
		</element>
		<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="480" width="60" height="60"/>
		</element>
		<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="480" width="60" height="60"/>
		</element>
		<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="480" width="60" height="60"/>
		</element>
		<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="480" width="60" height="60"/>
		</element>
		<element name="lamp121" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="480" width="60" height="60"/>
		</element>
		<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="480" width="60" height="60"/>
		</element>
		<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="480" width="60" height="60"/>
		</element>
		<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="480" width="60" height="60"/>
		</element>
		<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="480" width="60" height="60"/>
		</element>
		<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="480" width="60" height="60"/>
		</element>
		<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="480" width="60" height="60"/>
		</element>
		<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="544" width="60" height="60"/>
		</element>
		<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="544" width="60" height="60"/>
		</element>
		<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="544" width="60" height="60"/>
		</element>
		<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="544" width="60" height="60"/>
		</element>
		<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="544" width="60" height="60"/>
		</element>
		<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="544" width="60" height="60"/>
		</element>
		<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="544" width="60" height="60"/>
		</element>
		<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="544" width="60" height="60"/>
		</element>
		<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="544" width="60" height="60"/>
		</element>
		<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="544" width="60" height="60"/>
		</element>
		<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="544" width="60" height="60"/>
		</element>
		<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="544" width="60" height="60"/>
		</element>
		<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="544" width="60" height="60"/>
		</element>
		<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="544" width="60" height="60"/>
		</element>
		<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="544" width="60" height="60"/>
		</element>
		<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="544" width="60" height="60"/>
		</element>
		<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="608" width="60" height="60"/>
		</element>
		<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="608" width="60" height="60"/>
		</element>
		<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="608" width="60" height="60"/>
		</element>
		<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="608" width="60" height="60"/>
		</element>
		<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="608" width="60" height="60"/>
		</element>
		<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="608" width="60" height="60"/>
		</element>
		<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="608" width="60" height="60"/>
		</element>
		<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="608" width="60" height="60"/>
		</element>
		<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="608" width="60" height="60"/>
		</element>
		<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="608" width="60" height="60"/>
		</element>
		<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="608" width="60" height="60"/>
		</element>
		<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="608" width="60" height="60"/>
		</element>
		<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="608" width="60" height="60"/>
		</element>
		<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="608" width="60" height="60"/>
		</element>
		<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="608" width="60" height="60"/>
		</element>
		<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="608" width="60" height="60"/>
		</element>
		<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="672" width="60" height="60"/>
		</element>
		<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="672" width="60" height="60"/>
		</element>
		<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="672" width="60" height="60"/>
		</element>
		<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="672" width="60" height="60"/>
		</element>
		<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="672" width="60" height="60"/>
		</element>
		<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="672" width="60" height="60"/>
		</element>
		<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="672" width="60" height="60"/>
		</element>
		<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="672" width="60" height="60"/>
		</element>
		<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="672" width="60" height="60"/>
		</element>
		<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="672" width="60" height="60"/>
		</element>
		<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="672" width="60" height="60"/>
		</element>
		<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="672" width="60" height="60"/>
		</element>
		<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="672" width="60" height="60"/>
		</element>
		<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="672" width="60" height="60"/>
		</element>
		<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="672" width="60" height="60"/>
		</element>
		<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="672" width="60" height="60"/>
		</element>
		<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="736" width="60" height="60"/>
		</element>
		<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="736" width="60" height="60"/>
		</element>
		<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="736" width="60" height="60"/>
		</element>
		<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="736" width="60" height="60"/>
		</element>
		<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="736" width="60" height="60"/>
		</element>
		<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="736" width="60" height="60"/>
		</element>
		<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="736" width="60" height="60"/>
		</element>
		<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="736" width="60" height="60"/>
		</element>
		<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="736" width="60" height="60"/>
		</element>
		<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="736" width="60" height="60"/>
		</element>
		<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="736" width="60" height="60"/>
		</element>
		<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="736" width="60" height="60"/>
		</element>
		<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="736" width="60" height="60"/>
		</element>
		<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="736" width="60" height="60"/>
		</element>
		<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="736" width="60" height="60"/>
		</element>
		<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="736" width="60" height="60"/>
		</element>
		<element name="lamp192" ref="debug_lamp_button" state="0">
			<bounds x="32" y="800" width="60" height="60"/>
		</element>
		<element name="lamp193" ref="debug_lamp_button" state="0">
			<bounds x="96" y="800" width="60" height="60"/>
		</element>
		<element name="lamp194" ref="debug_lamp_button" state="0">
			<bounds x="160" y="800" width="60" height="60"/>
		</element>
		<element name="lamp195" ref="debug_lamp_button" state="0">
			<bounds x="224" y="800" width="60" height="60"/>
		</element>
		<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="800" width="60" height="60"/>
		</element>
		<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="800" width="60" height="60"/>
		</element>
		<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="800" width="60" height="60"/>
		</element>
		<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="800" width="60" height="60"/>
		</element>
		<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="800" width="60" height="60"/>
		</element>
		<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="800" width="60" height="60"/>
		</element>
		<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="800" width="60" height="60"/>
		</element>
		<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="800" width="60" height="60"/>
		</element>
		<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="800" width="60" height="60"/>
		</element>
		<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="800" width="60" height="60"/>
		</element>
		<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="800" width="60" height="60"/>
		</element>
		<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="800" width="60" height="60"/>
		</element>
		<element name="lamp208" ref="debug_lamp_button" state="0">
			<bounds x="32" y="864" width="60" height="60"/>
		</element>
		<element name="lamp209" ref="debug_lamp_button" state="0">
			<bounds x="96" y="864" width="60" height="60"/>
		</element>
		<element name="lamp210" ref="debug_lamp_button" state="0">
			<bounds x="160" y="864" width="60" height="60"/>
		</element>
		<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="864" width="60" height="60"/>
		</element>
		<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="864" width="60" height="60"/>
		</element>
		<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="864" width="60" height="60"/>
		</element>
		<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="864" width="60" height="60"/>
		</element>
		<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="864" width="60" height="60"/>
		</element>
		<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="864" width="60" height="60"/>
		</element>
		<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="864" width="60" height="60"/>
		</element>
		<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="864" width="60" height="60"/>
		</element>
		<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="864" width="60" height="60"/>
		</element>
		<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="864" width="60" height="60"/>
		</element>
		<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="864" width="60" height="60"/>
		</element>
		<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="864" width="60" height="60"/>
		</element>
		<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="864" width="60" height="60"/>
		</element>
		<element name="lamp224" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="928" width="60" height="60"/>
		</element>
		<element name="lamp225" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="928" width="60" height="60"/>
		</element>
		<element name="lamp226" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="928" width="60" height="60"/>
		</element>
		<element name="lamp227" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="928" width="60" height="60"/>
		</element>
		<element name="lamp228" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="928" width="60" height="60"/>
		</element>
		<element name="lamp229" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="928" width="60" height="60"/>
		</element>
		<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="928" width="60" height="60"/>
		</element>
		<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="928" width="60" height="60"/>
		</element>
		<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="928" width="60" height="60"/>
		</element>
		<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="928" width="60" height="60"/>
		</element>
		<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="928" width="60" height="60"/>
		</element>
		<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="928" width="60" height="60"/>
		</element>
		<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="928" width="60" height="60"/>
		</element>
		<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="928" width="60" height="60"/>
		</element>
		<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="928" width="60" height="60"/>
		</element>
		<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="928" width="60" height="60"/>
		</element>
		<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="992" width="60" height="60"/>
		</element>
		<element name="lamp241" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="992" width="60" height="60"/>
		</element>
		<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="992" width="60" height="60"/>
		</element>
		<element name="lamp243" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="992" width="60" height="60"/>
		</element>
		<element name="lamp244" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="992" width="60" height="60"/>
		</element>
		<element name="lamp245" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="992" width="60" height="60"/>
		</element>
		<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="992" width="60" height="60"/>
		</element>
		<element name="lamp247" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="992" width="60" height="60"/>
		</element>
		<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="992" width="60" height="60"/>
		</element>
		<element name="lamp249" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="992" width="60" height="60"/>
		</element>
		<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="992" width="60" height="60"/>
		</element>
		<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="992" width="60" height="60"/>
		</element>
		<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="992" width="60" height="60"/>
		</element>
		<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="992" width="60" height="60"/>
		</element>
		<element name="lamp254" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="992" width="60" height="60"/>
		</element>
		<element name="lamp255" ref="debug_lamp_standard" state="0">
			<bounds x="992" y="992" width="60" height="60"/>
		</element>

		<repeat count="16">
			<param name="s" start="0" increment="16" />
			<param name="y" start="47" increment="64" />
			<repeat count="16">
				<param name="n" start="~s~" increment="1" />
				<param name="x" start="47" increment="64" />
				<element name="debug_lamp_label_~n~" ref="debug_lamp_label_~n~">
					<bounds x="~x~" y="~y~" width="30" height="30"/>
				</element>
			</repeat>
		</repeat>

		<element name="debug_button_0" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x01">
			<bounds x="1100" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x02">
			<bounds x="1184" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x04">
			<bounds x="1268" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x08">
			<bounds x="1352" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x10">
			<bounds x="1436" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x20">
			<bounds x="1520" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x40">
			<bounds x="1604" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x80">
			<bounds x="1688" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x01">
			<bounds x="1100" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x02">
			<bounds x="1184" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x04">
			<bounds x="1268" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x08">
			<bounds x="1352" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x10">
			<bounds x="1436" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x20">
			<bounds x="1520" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x40">
			<bounds x="1604" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x80">
			<bounds x="1688" y="708" width="80" height="44"/>
		</element>
		<element name="lamp210" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x01">
			<bounds x="1100" y="756" width="80" height="44"/>
		</element>
		<element name="lamp209" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x02">
			<bounds x="1184" y="756" width="80" height="44"/>
		</element>
		<element name="lamp208" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x04">
			<bounds x="1268" y="756" width="80" height="44"/>
		</element>
		<element name="lamp195" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x08">
			<bounds x="1352" y="756" width="80" height="44"/>
		</element>
		<element name="lamp194" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x10">
			<bounds x="1436" y="756" width="80" height="44"/>
		</element>
		<element name="lamp193" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x20">
			<bounds x="1520" y="756" width="80" height="44"/>
		</element>
		<element name="lamp192" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x40">
			<bounds x="1604" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x80">
			<bounds x="1688" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x01">
			<bounds x="1100" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x02">
			<bounds x="1184" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x04">
			<bounds x="1268" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x08">
			<bounds x="1352" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x10">
			<bounds x="1436" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x20">
			<bounds x="1520" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x40">
			<bounds x="1604" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x80">
			<bounds x="1688" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x01">
			<bounds x="1100" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_33" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x02">
			<bounds x="1184" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_34" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x04">
			<bounds x="1268" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x08">
			<bounds x="1352" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_36" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x10">
			<bounds x="1436" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x20">
			<bounds x="1520" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x40">
			<bounds x="1604" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x80">
			<bounds x="1688" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x01">
			<bounds x="1100" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x02">
			<bounds x="1184" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x04">
			<bounds x="1268" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x08">
			<bounds x="1352" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x10">
			<bounds x="1436" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x20">
			<bounds x="1520" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x40">
			<bounds x="1604" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x80">
			<bounds x="1688" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x01">
			<bounds x="1100" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x02">
			<bounds x="1184" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x04">
			<bounds x="1268" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x08">
			<bounds x="1352" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x10">
			<bounds x="1436" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x20">
			<bounds x="1520" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x40">
			<bounds x="1604" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x80">
			<bounds x="1688" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x01">
			<bounds x="1100" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x02">
			<bounds x="1184" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x04">
			<bounds x="1268" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x08">
			<bounds x="1352" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x10">
			<bounds x="1436" y="996" width="80" height="44"/>
		</element>
		<element name="lamp111" ref="debug_button_standard" state="0" inputtag="STROBE7" inputmask="0x20">
			<bounds x="1520" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x40">
			<bounds x="1604" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x80">
			<bounds x="1688" y="996" width="80" height="44"/>
		</element>

		<repeat count="8">
			<param name="s" start="0" increment="8" />
			<param name="y" start="671" increment="48" />
			<repeat count="8">
				<param name="n" start="~s~" increment="1" />
				<param name="x" start="1120" increment="84" />
				<element name="debug_button_label_~n~" ref="debug_button_label_~n~">
					<bounds x="~x~" y="~y~" width="40" height="22"/>
				</element>
			</repeat>
		</repeat>

		<repeat count="16">
			<param name="n" start="0" increment="1" />
			<param name="x" start="1150" increment="32" />
			<element name="vfd~n~" ref="debug_vfd" state="0">
				<bounds x="~x~" y="600" width="32" height="48"/>
			</element>
		</repeat>

		<element ref="reel_background">
			<bounds x="1100" y="32" width="120" height="240"/>
		</element>
		<element name="lamp34" ref="reel_lamp" state="0">
			<bounds x="1100.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp33" ref="reel_lamp" state="0">
			<bounds x="1100.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp32" ref="reel_lamp" state="0">
			<bounds x="1100.0000" y="192.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="sreel1" ref="reel0" state="0">
			<bounds x="1100" y="32" width="120" height="240"/>
		</element>
		<element ref="reel_background">
			<bounds x="1240" y="32" width="120" height="240"/>
		</element>
		<element name="lamp37" ref="reel_lamp" state="0">
			<bounds x="1240.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp36" ref="reel_lamp" state="0">
			<bounds x="1240.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp35" ref="reel_lamp" state="0">
			<bounds x="1240.0000" y="192.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="sreel2" ref="reel1" state="0">
			<bounds x="1240" y="32" width="120" height="240"/>
		</element>
		<element ref="reel_background">
			<bounds x="1380" y="32" width="120" height="240"/>
		</element>
		<element name="lamp50" ref="reel_lamp" state="0">
			<bounds x="1380.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp49" ref="reel_lamp" state="0">
			<bounds x="1380.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp48" ref="reel_lamp" state="0">
			<bounds x="1380.0000" y="192.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="sreel3" ref="reel2" state="0">
			<bounds x="1380" y="32" width="120" height="240"/>
		</element>
		<element ref="reel_background">
			<bounds x="1520" y="32" width="120" height="240"/>
		</element>
		<element name="lamp53" ref="reel_lamp" state="0">
			<bounds x="1520.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp52" ref="reel_lamp" state="0">
			<bounds x="1520.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp51" ref="reel_lamp" state="0">
			<bounds x="1520.0000" y="192.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="sreel4" ref="reel3" state="0">
			<bounds x="1520" y="32" width="120" height="240"/>
		</element>
		<element ref="reel_background">
			<bounds x="1660" y="32" width="120" height="240"/>
		</element>
		<element name="lamp-1" ref="reel_lamp" state="0">
			<bounds x="1660.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-1" ref="reel_lamp" state="0">
			<bounds x="1660.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-1" ref="reel_lamp" state="0">
			<bounds x="1660.0000" y="192.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="sreel5" ref="reel4" state="0">
			<bounds x="1660" y="32" width="120" height="240"/>
		</element>
		<element name="reel1" ref="debug_stepper_value">
			<bounds x="1100" y="272" width="50" height="30"/>
		</element>
		<element name="reel2" ref="debug_stepper_value">
			<bounds x="1240" y="272" width="50" height="30"/>
		</element>
		<element name="reel3" ref="debug_stepper_value">
			<bounds x="1380" y="272" width="50" height="30"/>
		</element>
		<element name="reel4" ref="debug_stepper_value">
			<bounds x="1520" y="272" width="50" height="30"/>
		</element>
		<element name="reel5" ref="debug_stepper_value">
			<bounds x="1660" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_0">
			<bounds x="1180" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_1">
			<bounds x="1320" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_2">
			<bounds x="1460" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_3">
			<bounds x="1600" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_4">
			<bounds x="1740" y="272" width="50" height="30"/>
		</element>
	</view>
</mamelayout>