summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/layout/sc4starpk.lay
blob: 9ec8cf3ef4dc07eec4aaa83c33848b0c1640c092 (plain) (tree)
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
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
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
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476















































































































































                                                                              
                                    


























































                                                                              
                                    


























































                                                                              
                                   






























































































































































































































































































































































































































































































































































































                                                                              
                                   


















                                                                              
                                    


























































































                                                                              
                                   














































































                                                                              
                                    










































































































































































































































































                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   






































                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                    


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                              







                                                                                                                                                    
                  

                                                



                                                                              

                                            



                                                                              

                                        



                                                                              

                                      



                                                                              

                                  



                                                                              

                                  



                                                                              

                                   



                                                                              

                                    



                                                                              

                                              
                                                                 
                       
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  















                                                                                      
                  






                                                                    
                  








                                                                                      































                                                                 
                                               
                                                                       

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                               
                                                                        

                                                             
                                                                        

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                       

                                                                 
                                                                       

                                                                                                            
                                                                       

                                                                                                     
                                                                       

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                        
                                                                         

                                                                 
                                                                        

                                                                        
                                                                         

                                                                 
                                                                        

                                                                        
                                                                         

                                                                 
                                                                        

                                                                        
                                                                         

                                                                 
                                                                        

                                                                        
                                                                         

                                                                 
                                                                         

                                                                        
                                                                         

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                
                                                                       

                                                                                                         
                                                                       

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                  
                                                                        

                                                                                                           
                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                                    
                                                                        

                                                           
                                                                        

                                                  

                                                                        

                                               
                                                                         

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                         
                                                                         

                                                         
                                                                      

                                                         
                                                                     

                                                         
                                                                       

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        
                          


                                     
                                                     
                                                                        

                                                                        
                                                                      

                                                                            
                                                                      

                                                                        
                                                                      

                                                                            
                                                                       

                                                                        
                                                                       

                                                                            
                                                                       

                                                                        
                                                                       

                                                                            
                                                                       

                                                                        
                                                                       

                                                                            
                                                                       

                                                                        
                                                                       

                                                                            
                                                                       

                                                                        
                                                                       

                                                                            
                                                                       

                                                                        
                                                                       

                                                                            
                                                                       

                                                                          
                                                                       

                                                                            
                                                                       

                                                                          
                                                                       

                                                                            
                                                                       

                                                                           
                                                                       

                                                                              
                                                                       

                                                                           
                                                                       

                                                                              
                                                                       

                                                                           
                                                                       

                                                                              
                                                                       

                                                                               
                                                                       

                                                                              
                                                                       

                                                                               
                                                                       

                                                                              
                                                                       

                                                                               
                                                                       

                                                                              
                                                                        

                                                                               
                                                                      

                                                                              
                                                                       

                                                                               
                                                                      

                                                                              
                                                                        

                                                                               
                                                                       

                                                                              
                                                                        

                                                                               
                                                                       

                                                                              
                                                                        

                                                                         
                                                                       

                                                                              
                                                                        

                                                                           
                                                                       

                                                                              
                                                                        

                                                                           
                                                                       

                                                                              
                                                                        

                                                                           
                                                                       

                                                                              
                                                                        

                                                                         
                                                                       

                                                                              
                                                                        

                                                                           
                                                                       

                                                                              
                                                                        

                                                                           
                                                                       

                                                                              
                                                                        

                                                                           
                                                                       

                                                                              
                                                                        

                                                                               
                                                                       

                                                                              
                                                                        

                                                                               
                                                                       

                                                                              
                                                                        

                                                                               
                                                                       

                                                                              
                                                                        

                                                                               
                                                                       

                                                                              
                                                                         

                                                                           
                                                                       

                                                                              
                                                                       

                                                                               
                                                                       

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                         

                                                                       
                                                                       

                                                                              
                                                                       

                                                                       
                                                                       

                                                                              
                                                                        

                                                                       
                                                                        

                                                                              
                                                                        

                                                                       
                                                                        

                                                                              
                                                                        

                                                                       
                                                                        

                                                                              
                                                                        

                                                                       
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                         

                                                                       
                                                                       

                                                                              
                                                                       

                                                                       
                                                                       

                                                                              
                                                                        

                                                                       
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                         
                                                                        

                                                                              
                                                                        

                                                                         
                                                                        

                                                                              
                                                                        

                                                                         
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                         

                                                                               
                                                                       

                                                                              
                                                                       

                                                                           
                                                                       

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                           
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                         

                                                                               
                                                                       

                                                                              
                                                                       

                                                                               
                                                                       

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                               
                                                                        

                                                                              
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                         

                                                                                
                                                                       

                                                                                
                                                                       

                                                                                
                                                                       

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                         

                                                                            
                                                                       

                                                                                
                                                                       

                                                                            
                                                                       

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                          
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                         

                                                                                
                                                                       

                                                                                
                                                                       

                                                                            
                                                                       

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                         

                                                                                
                                                                       

                                                                                
                                                                       

                                                                                
                                                                       

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                         

                                                                            
                                                                       

                                                                                
                                                                       

                                                                            
                                                                       

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                         

                                                                            
                                                                       

                                                                                
                                                                       

                                                                                
                                                                       

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                         

                                                                            
                                                                       

                                                                                
                                                                       

                                                                                
                                                                       

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                         

                                                                            
                                                                       

                                                                                
                                                                       

                                                                            
                                                                       

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                            
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                        

                                                                                
                                                                         

                                                                                
                                                                       

                                                                                
                                                                        

                                                                            
                                                                       

                                                                                
                                                                         

                                                                            
                                                                        

                                                                                
                                                                         

                                                                            
                                                                        

                                                                                
                                                                         

                                                                            
                                                                        

                                                                                
                                                                         

                                                                            
                                                                        

                                                                                
                                                                         

                                                                            
                                                                        

                                                                                
                                                                         

                                                                            
                                                                        

                                                                                
                                                                         

                                                                            
                                                                        

                                                                                
                                                                         

                                                                            
                                                                        

                                                                                
                                                                         

                                                                            
                                                                        

                                                                                
                                                                         

                                                                                
                                                                        

                                                                                
                                                                         

                                                                                
                                                                        

                                                                                
                                                                         

                                                                                
                                                                        

                                                                                
                                                                         

                                                                                
                                                                        

                                                                                
                                                                         

                                                                                
                                                                        

                                                                                
                                                                          

                                                                                                                          
                                                                         

                                                                                
                                                                         

                                                                                                                          
                                                                         

                                                                                
                                                                         

                                                                                                                          
                                                                         

                                                                                
                                                                         

                                                                                                                          
                                                                         

                                                                                
                                                                         

                                                                                                                          
                                                                         

                                                                                
                                                                         

                                                                                                                          
                                                                         

                                                                                
                                                                         

                                                                                                                          
                                                                         

                                                                                
                                                                         

                                                                                                                          
                                                                         

                                                                                
                                                                         

                                                                                                             
                                                                         

                                                                                
                                                                         

                                                                                                             
                                                                         

                                                                                
                                                                         

                                                                                                             
                                                                         

                                                                                  
                                                                         

                                                                                                             
                                                                         

                                                                                  
                                                                         

                                                                                                             
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                             
                                                                         

                                                                                  
                                                                         

                                                                                                             
                                                                         

                                                                                  
                                                                         

                                                                                                             
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                         

                                                                                                                           
                                                                         

                                                                                  
                                                                          

                                                                                                                           
                                                                         

                                                                                  
                                                                          

                                                                                                                           
                                                                         

                                                                                  
                                                                          

                                                                                                                           
                                                                         

                                                                                  
                                                                          

                                                                                                               
                                                                         

                                                                                  
                                                                          

                                                                                                                           
                                                                         

                                                                                  
                                                                          

                                                                                                                           
                                                                         

                                                                                  
                                                                          

                                                                                                                           
                                                                         

                                                                                  
                                                                          

                                                               
                                                                         

                                                               
                                                                         

                                                               
                                                                         

                                                               
                                                                         

                                                               
                                                                         

                                                               
                                                                         

                                                               
                                                                         

                                                               
                                                                         

                                                               
                                                                         

                                                               
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          

                                                             
                                                                          

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         
                          

               
<?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_166_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_166_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="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="Your Pi">
			<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_150_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_150_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="+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_149_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_149_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="Hot">
			<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="Spot">
			<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_148_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_148_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="Golden">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.30"/>
		</text>
		<text string="Shots">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.35" width="0.90" height="0.30"/>
		</text>
		<text string="+1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.65" width="0.90" height="0.30"/>
		</text>
	</element>
	<element name="lamp_145_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_145_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="?">
			<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_146_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_146_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="£1?">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.35" width="0.90" height="0.30"/>
		</text>
	</element>
	<element name="lamp_147_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_147_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.35" width="0.90" height="0.30"/>
		</text>
	</element>
	<element name="lamp_133_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_133_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_131_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_131_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="£1?">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.35" width="0.90" height="0.30"/>
		</text>
	</element>
	<element name="lamp_130_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_130_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="?">
			<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_129_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_129_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="+2?">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.35" width="0.90" height="0.30"/>
		</text>
	</element>
	<element name="lamp_128_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_128_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="£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_204_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_204_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="Shoot">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.30"/>
		</text>
		<text string="ing">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.35" width="0.90" height="0.30"/>
		</text>
		<text string="Stars">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.65" width="0.90" height="0.30"/>
		</text>
	</element>
	<element name="lamp_185_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_185_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 Nudge">
			<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_184_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_184_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 Nudges">
			<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_183_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_183_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 Nudges">
			<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_182_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_182_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="4 Nudges">
			<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_176_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_176_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="Unlimited">
			<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="Nudges">
			<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_177_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_177_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="9 Nudges">
			<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_178_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_178_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="8 Nudges">
			<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_179_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_179_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="7 Nudges">
			<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_180_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_180_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="6 Nudges">
			<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_181_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_181_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 Nudges">
			<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.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_224_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="Star Prize">
			<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_233_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_233_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="Open 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="Box">
			<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_214_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_214_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="Cash Dash">
			<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_215_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_215_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="Reel Match">
			<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.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_225_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="Mega 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="lamp_226_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_226_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="Super Shots">
			<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.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_227_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="Cash">
			<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="Multipl">
			<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_228_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_228_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="Skill Cash">
			<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_231_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_231_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="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="Countdow">
			<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_232_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_232_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="Win Stoppa">
			<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_118_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_118_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="Take">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.28" width="0.90" height="0.22"/>
		</text>
		<text string="Your Pick">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.22"/>
		</text>
	</element>
	<element name="lamp_137_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_137_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="Golden">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.30"/>
		</text>
		<text string="Shots">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.35" width="0.90" height="0.30"/>
		</text>
		<text string="+1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.65" width="0.90" height="0.30"/>
		</text>
	</element>
	<element name="lamp_136_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_136_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="?">
			<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_135_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_135_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="+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_106_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_106_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.35" width="0.90" height="0.30"/>
		</text>
	</element>
	<element name="lamp_134_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_134_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="£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_107_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_107_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="£1?">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.35" width="0.90" height="0.30"/>
		</text>
	</element>
	<element name="lamp_138_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_138_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_139_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_139_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_208_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_208_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="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_192_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_192_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="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_151_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_151_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="£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_152_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_152_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="?">
			<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_153_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_153_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="+1?">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.35" width="0.90" height="0.30"/>
		</text>
	</element>
	<element name="lamp_154_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_154_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_156_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_156_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="£1?">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.35" width="0.90" height="0.30"/>
		</text>
	</element>
	<element name="lamp_155_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_155_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="Hot">
			<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="Spot">
			<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_105_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_105_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="Trail">
			<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="Held">
			<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_87_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_87_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="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_86_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_86_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="R">
			<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.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_85_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="P">
			<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.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_84_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="R">
			<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.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_83_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="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_82_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_82_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="T">
			<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.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_81_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="S">
			<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.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_88_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="Z">
			<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_89_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_89_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="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_12_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_12_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_32_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_32_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_38_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_38_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="£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_37_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_37_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="£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_40_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_40_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="£6">
			<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_39_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_39_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="£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_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="?">
			<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.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_35_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="£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_36_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_36_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="£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_41_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_41_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="£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_42_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_42_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="£8">
			<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.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_43_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="£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_75_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_75_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
		<text string="£3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_74_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_74_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
		<text string="£6">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_73_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_73_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_248_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_248_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
		<text string="£8">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_247_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_247_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
		<text string="£2">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_246_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_246_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_245_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_245_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
		<text string="£3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_244_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_244_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
		<text string="£4">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_243_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_243_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
		<text string="£2">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_242_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_242_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
		<text string="£5">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_241_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_241_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_249_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_249_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
		<text string="Jackpot">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_250_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_250_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_55_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_55_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="Odd One Out">
			<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_56_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_56_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="Mystery Prize">
			<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.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_58_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="Wipeout">
			<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.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_59_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="Extra 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_60_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_60_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="Play your Cards right">
			<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_76_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_76_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="Hot Spot">
			<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_21_1_border" defstate="0">
		<disk state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_21_1" defstate="0">
		<disk state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</disk>
		<text string="cash spot">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.40"/>
		</text>
		<text string="Light">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.50" width="0.80" height="0.40"/>
		</text>
	</element>
	<element name="lamp_22_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_22_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.25"/>
		</disk>
		<text string="Tic Tac">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.40"/>
		</text>
		<text string="Frenzy">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.50" width="0.80" height="0.40"/>
		</text>
	</element>
	<element name="lamp_23_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_23_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
		<text string="spin n">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.40"/>
		</text>
		<text string="nudge">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.50" width="0.80" height="0.40"/>
		</text>
	</element>
	<element name="lamp_25_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_25_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</disk>
		<text string="Skill Pot">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_26_1_border" defstate="0">
		<disk state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_26_1" defstate="0">
		<disk state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</disk>
		<text string="Stop a">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.40"/>
		</text>
		<text string="Fruit">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.50" width="0.80" height="0.40"/>
		</text>
	</element>
	<element name="lamp_27_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.25" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.06" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_27_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.50" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.13" blue="0.00"/>
		</disk>
		<text string="Hi Lo">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.40"/>
		</text>
		<text string="Cash">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.50" width="0.80" height="0.40"/>
		</text>
	</element>
	<element name="lamp_8_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_8_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="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_9_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_9_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="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_10_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_10_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="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_11_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_11_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="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_194_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_194">
		<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="Nudges">
			<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_196_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_196">
		<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="Feature">
			<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_197_border">
		<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="colour_button_197">
		<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="Take Cash">
			<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_199_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_199">
		<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="Stop">
			<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_200_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_200">
		<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 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="colour_button_201_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_201">
		<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 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="colour_button_202_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_202">
		<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.90"/>
		</text>
	</element>
	<element name="colour_button_203_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_203">
		<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_204_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_204">
		<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="Collect">
			<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_205_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_205">
		<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="Cancel">
			<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_206_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_206">
		<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="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_207_border">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.12"/>
		</rect>
	</element>
	<element name="colour_button_207">
		<rect state="1">
			<color red="1.00" green="1.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.25"/>
		</rect>
	</element>
	<element name="colour_button_208_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_208">
		<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="?">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.40"/>
		</text>
	</element>
	<element name="colour_button_209_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_209">
		<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="Golden">
			<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="Shots">
			<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="1" stateoffset="-4779" numsymbolsvisible="3" symbollist="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="1" stateoffset="-4779" numsymbolsvisible="3" symbollist="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="1" stateoffset="-4779" numsymbolsvisible="3" symbollist="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="-18432" numsymbolsvisible="1" symbollist="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">
		<led14segsc>
			<color red="0.0" green="1.0" blue="1.0"/>
		</led14segsc>
	</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_117">
		<text string="Wheel of Fortune">
			<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_118">
		<text string="Golden Shots">
			<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_148">
		<text string="MFME 9.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_185">
		<text string="Nudges">
			<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_190">
		<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_191">
		<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_192">
		<text string="Win">
			<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_193">
		<text string="Line">
			<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">
		<led14segsc>
			<color red="0.0" green="1.0" blue="1.0"/>
		</led14segsc>
	</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="16">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>
	<element name="debug_reel_symbol_count_1">
		<text string="16">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>
	<element name="debug_reel_symbol_count_2">
		<text string="16">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>
	<element name="debug_reel_symbol_count_3">
		<text string="12">
			<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="1016" height="677"/>
		</element>
		<element ref="reel_background">
			<bounds x="256" y="462" width="80" height="140"/>
		</element>
		<element name="lamp48" ref="reel_lamp" state="0">
			<bounds x="256.0000" y="462.0000" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp49" ref="reel_lamp" state="0">
			<bounds x="256.0000" y="508.6667" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp50" ref="reel_lamp" state="0">
			<bounds x="256.0000" y="555.3333" width="80.0000" height="46.6667"/>
		</element>
		<element name="sreel1" ref="reel0" state="0">
			<bounds x="256" y="462" width="80" height="140"/>
		</element>
		<element ref="reel_background">
			<bounds x="340" y="462" width="80" height="140"/>
		</element>
		<element name="lamp51" ref="reel_lamp" state="0">
			<bounds x="340.0000" y="462.0000" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp52" ref="reel_lamp" state="0">
			<bounds x="340.0000" y="508.6667" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp53" ref="reel_lamp" state="0">
			<bounds x="340.0000" y="555.3333" width="80.0000" height="46.6667"/>
		</element>
		<element name="sreel2" ref="reel1" state="0">
			<bounds x="340" y="462" width="80" height="140"/>
		</element>
		<element ref="reel_background">
			<bounds x="424" y="462" width="80" height="140"/>
		</element>
		<element name="lamp64" ref="reel_lamp" state="0">
			<bounds x="424.0000" y="462.0000" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp65" ref="reel_lamp" state="0">
			<bounds x="424.0000" y="508.6667" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp66" ref="reel_lamp" state="0">
			<bounds x="424.0000" y="555.3333" width="80.0000" height="46.6667"/>
		</element>
		<element name="sreel3" ref="reel2" state="0">
			<bounds x="424" y="462" width="80" height="140"/>
		</element>
		<element ref="reel_background">
			<bounds x="336" y="112" width="80" height="80"/>
		</element>
		<element name="sreel4" ref="reel3" state="0">
			<bounds x="336" y="112" width="80" height="80"/>
		</element>
		<element name="lamp166" ref="lamp_166_1_border" state="0">
			<bounds x="531" y="1" width="52" height="47"/>
		</element>
		<element name="lamp166" ref="lamp_166_1" state="0">
			<bounds x="533" y="3" width="48" height="43"/>
		</element>
		<element name="lamp150" ref="lamp_150_1_border" state="0">
			<bounds x="479" y="1" width="52" height="47"/>
		</element>
		<element name="lamp150" ref="lamp_150_1" state="0">
			<bounds x="481" y="3" width="48" height="43"/>
		</element>
		<element name="lamp149" ref="lamp_149_1_border" state="0">
			<bounds x="427" y="1" width="52" height="47"/>
		</element>
		<element name="lamp149" ref="lamp_149_1" state="0">
			<bounds x="429" y="3" width="48" height="43"/>
		</element>
		<element name="lamp148" ref="lamp_148_1_border" state="0">
			<bounds x="375" y="1" width="52" height="47"/>
		</element>
		<element name="lamp148" ref="lamp_148_1" state="0">
			<bounds x="377" y="3" width="48" height="43"/>
		</element>
		<element name="lamp145" ref="lamp_145_1_border" state="0">
			<bounds x="219" y="1" width="52" height="47"/>
		</element>
		<element name="lamp145" ref="lamp_145_1" state="0">
			<bounds x="221" y="3" width="48" height="43"/>
		</element>
		<element name="lamp146" ref="lamp_146_1_border" state="0">
			<bounds x="271" y="1" width="52" height="47"/>
		</element>
		<element name="lamp146" ref="lamp_146_1" state="0">
			<bounds x="273" y="3" width="48" height="43"/>
		</element>
		<element name="lamp147" ref="lamp_147_1_border" state="0">
			<bounds x="323" y="1" width="52" height="47"/>
		</element>
		<element name="lamp147" ref="lamp_147_1" state="0">
			<bounds x="325" y="3" width="48" height="43"/>
		</element>
		<element name="lamp133" ref="lamp_133_1_border" state="0">
			<bounds x="167" y="277" width="52" height="47"/>
		</element>
		<element name="lamp133" ref="lamp_133_1" state="0">
			<bounds x="169" y="279" width="48" height="43"/>
		</element>
		<element name="lamp131" ref="lamp_131_1_border" state="0">
			<bounds x="167" y="185" width="52" height="47"/>
		</element>
		<element name="lamp131" ref="lamp_131_1" state="0">
			<bounds x="169" y="187" width="48" height="43"/>
		</element>
		<element name="lamp130" ref="lamp_130_1_border" state="0">
			<bounds x="167" y="139" width="52" height="47"/>
		</element>
		<element name="lamp130" ref="lamp_130_1" state="0">
			<bounds x="169" y="141" width="48" height="43"/>
		</element>
		<element name="lamp129" ref="lamp_129_1_border" state="0">
			<bounds x="167" y="93" width="52" height="47"/>
		</element>
		<element name="lamp129" ref="lamp_129_1" state="0">
			<bounds x="169" y="95" width="48" height="43"/>
		</element>
		<element name="lamp128" ref="lamp_128_1_border" state="0">
			<bounds x="167" y="47" width="52" height="47"/>
		</element>
		<element name="lamp128" ref="lamp_128_1" state="0">
			<bounds x="169" y="49" width="48" height="43"/>
		</element>
		<element name="lamp204" ref="lamp_204_1_border" state="0">
			<bounds x="167" y="1" width="52" height="47"/>
		</element>
		<element name="lamp204" ref="lamp_204_1" state="0">
			<bounds x="169" y="3" width="48" height="43"/>
		</element>
		<element name="lamp185" ref="lamp_185_1_border" state="0">
			<bounds x="223" y="275" width="82" height="22"/>
		</element>
		<element name="lamp185" ref="lamp_185_1" state="0">
			<bounds x="225" y="277" width="78" height="18"/>
		</element>
		<element name="lamp184" ref="lamp_184_1_border" state="0">
			<bounds x="223" y="253" width="82" height="22"/>
		</element>
		<element name="lamp184" ref="lamp_184_1" state="0">
			<bounds x="225" y="255" width="78" height="18"/>
		</element>
		<element name="lamp183" ref="lamp_183_1_border" state="0">
			<bounds x="223" y="227" width="82" height="27"/>
		</element>
		<element name="lamp183" ref="lamp_183_1" state="0">
			<bounds x="225" y="229" width="78" height="23"/>
		</element>
		<element name="lamp182" ref="lamp_182_1_border" state="0">
			<bounds x="223" y="205" width="82" height="22"/>
		</element>
		<element name="lamp182" ref="lamp_182_1" state="0">
			<bounds x="225" y="207" width="78" height="18"/>
		</element>
		<element name="lamp176" ref="lamp_176_1_border" state="0">
			<bounds x="223" y="47" width="82" height="32"/>
		</element>
		<element name="lamp176" ref="lamp_176_1" state="0">
			<bounds x="225" y="49" width="78" height="28"/>
		</element>
		<element name="lamp177" ref="lamp_177_1_border" state="0">
			<bounds x="223" y="79" width="82" height="27"/>
		</element>
		<element name="lamp177" ref="lamp_177_1" state="0">
			<bounds x="225" y="81" width="78" height="23"/>
		</element>
		<element name="lamp178" ref="lamp_178_1_border" state="0">
			<bounds x="223" y="105" width="82" height="27"/>
		</element>
		<element name="lamp178" ref="lamp_178_1" state="0">
			<bounds x="225" y="107" width="78" height="23"/>
		</element>
		<element name="lamp179" ref="lamp_179_1_border" state="0">
			<bounds x="223" y="131" width="82" height="27"/>
		</element>
		<element name="lamp179" ref="lamp_179_1" state="0">
			<bounds x="225" y="133" width="78" height="23"/>
		</element>
		<element name="lamp180" ref="lamp_180_1_border" state="0">
			<bounds x="223" y="157" width="82" height="27"/>
		</element>
		<element name="lamp180" ref="lamp_180_1" state="0">
			<bounds x="225" y="159" width="78" height="23"/>
		</element>
		<element name="lamp181" ref="lamp_181_1_border" state="0">
			<bounds x="223" y="183" width="82" height="22"/>
		</element>
		<element name="lamp181" ref="lamp_181_1" state="0">
			<bounds x="225" y="185" width="78" height="18"/>
		</element>
		<element name="lamp224" ref="lamp_224_1_border" state="0">
			<bounds x="449" y="47" width="82" height="22"/>
		</element>
		<element name="lamp224" ref="lamp_224_1" state="0">
			<bounds x="451" y="49" width="78" height="18"/>
		</element>
		<element name="lamp233" ref="lamp_233_1_border" state="0">
			<bounds x="449" y="265" width="82" height="30"/>
		</element>
		<element name="lamp233" ref="lamp_233_1" state="0">
			<bounds x="451" y="267" width="78" height="26"/>
		</element>
		<element name="lamp214" ref="lamp_214_1_border" state="0">
			<bounds x="449" y="165" width="82" height="22"/>
		</element>
		<element name="lamp214" ref="lamp_214_1" state="0">
			<bounds x="451" y="167" width="78" height="18"/>
		</element>
		<element name="lamp215" ref="lamp_215_1_border" state="0">
			<bounds x="449" y="187" width="82" height="27"/>
		</element>
		<element name="lamp215" ref="lamp_215_1" state="0">
			<bounds x="451" y="189" width="78" height="23"/>
		</element>
		<element name="lamp225" ref="lamp_225_1_border" state="0">
			<bounds x="449" y="69" width="82" height="22"/>
		</element>
		<element name="lamp225" ref="lamp_225_1" state="0">
			<bounds x="451" y="71" width="78" height="18"/>
		</element>
		<element name="lamp226" ref="lamp_226_1_border" state="0">
			<bounds x="449" y="91" width="82" height="22"/>
		</element>
		<element name="lamp226" ref="lamp_226_1" state="0">
			<bounds x="451" y="93" width="78" height="18"/>
		</element>
		<element name="lamp227" ref="lamp_227_1_border" state="0">
			<bounds x="449" y="113" width="82" height="30"/>
		</element>
		<element name="lamp227" ref="lamp_227_1" state="0">
			<bounds x="451" y="115" width="78" height="26"/>
		</element>
		<element name="lamp228" ref="lamp_228_1_border" state="0">
			<bounds x="449" y="143" width="82" height="22"/>
		</element>
		<element name="lamp228" ref="lamp_228_1" state="0">
			<bounds x="451" y="145" width="78" height="18"/>
		</element>
		<element name="lamp231" ref="lamp_231_1_border" state="0">
			<bounds x="449" y="213" width="82" height="30"/>
		</element>
		<element name="lamp231" ref="lamp_231_1" state="0">
			<bounds x="451" y="215" width="78" height="26"/>
		</element>
		<element name="lamp232" ref="lamp_232_1_border" state="0">
			<bounds x="449" y="243" width="82" height="22"/>
		</element>
		<element name="lamp232" ref="lamp_232_1" state="0">
			<bounds x="451" y="245" width="78" height="18"/>
		</element>
		<element name="lamp118" ref="lamp_118_1_border" state="0">
			<bounds x="167" y="323" width="52" height="47"/>
		</element>
		<element name="lamp118" ref="lamp_118_1" state="0">
			<bounds x="169" y="325" width="48" height="43"/>
		</element>
		<element name="lamp137" ref="lamp_137_1_border" state="0">
			<bounds x="375" y="323" width="52" height="47"/>
		</element>
		<element name="lamp137" ref="lamp_137_1" state="0">
			<bounds x="377" y="325" width="48" height="43"/>
		</element>
		<element name="lamp136" ref="lamp_136_1_border" state="0">
			<bounds x="323" y="323" width="52" height="47"/>
		</element>
		<element name="lamp136" ref="lamp_136_1" state="0">
			<bounds x="325" y="325" width="48" height="43"/>
		</element>
		<element name="lamp135" ref="lamp_135_1_border" state="0">
			<bounds x="271" y="323" width="52" height="47"/>
		</element>
		<element name="lamp135" ref="lamp_135_1" state="0">
			<bounds x="273" y="325" width="48" height="43"/>
		</element>
		<element name="lamp106" ref="lamp_106_1_border" state="0">
			<bounds x="427" y="323" width="52" height="47"/>
		</element>
		<element name="lamp106" ref="lamp_106_1" state="0">
			<bounds x="429" y="325" width="48" height="43"/>
		</element>
		<element name="lamp134" ref="lamp_134_1_border" state="0">
			<bounds x="219" y="323" width="52" height="47"/>
		</element>
		<element name="lamp134" ref="lamp_134_1" state="0">
			<bounds x="221" y="325" width="48" height="43"/>
		</element>
		<element name="lamp107" ref="lamp_107_1_border" state="0">
			<bounds x="479" y="323" width="52" height="47"/>
		</element>
		<element name="lamp107" ref="lamp_107_1" state="0">
			<bounds x="481" y="325" width="48" height="43"/>
		</element>
		<element name="lamp138" ref="lamp_138_1_border" state="0">
			<bounds x="531" y="321" width="52" height="12"/>
		</element>
		<element name="lamp138" ref="lamp_138_1" state="0">
			<bounds x="533" y="323" width="48" height="8"/>
		</element>
		<element name="lamp139" ref="lamp_139_1_border" state="0">
			<bounds x="529" y="359" width="52" height="12"/>
		</element>
		<element name="lamp139" ref="lamp_139_1" state="0">
			<bounds x="531" y="361" width="48" height="8"/>
		</element>
		<element name="lamp208" ref="lamp_208_1_border" state="0">
			<bounds x="395" y="79" width="22" height="22"/>
		</element>
		<element name="lamp208" ref="lamp_208_1" state="0">
			<bounds x="397" y="81" width="18" height="18"/>
		</element>
		<element name="lamp192" ref="lamp_192_1_border" state="0">
			<bounds x="337" y="79" width="22" height="22"/>
		</element>
		<element name="lamp192" ref="lamp_192_1" state="0">
			<bounds x="339" y="81" width="18" height="18"/>
		</element>
		<element name="lamp151" ref="lamp_151_1_border" state="0">
			<bounds x="531" y="47" width="52" height="47"/>
		</element>
		<element name="lamp151" ref="lamp_151_1" state="0">
			<bounds x="533" y="49" width="48" height="43"/>
		</element>
		<element name="lamp152" ref="lamp_152_1_border" state="0">
			<bounds x="531" y="93" width="52" height="47"/>
		</element>
		<element name="lamp152" ref="lamp_152_1" state="0">
			<bounds x="533" y="95" width="48" height="43"/>
		</element>
		<element name="lamp153" ref="lamp_153_1_border" state="0">
			<bounds x="531" y="139" width="52" height="47"/>
		</element>
		<element name="lamp153" ref="lamp_153_1" state="0">
			<bounds x="533" y="141" width="48" height="43"/>
		</element>
		<element name="lamp154" ref="lamp_154_1_border" state="0">
			<bounds x="531" y="185" width="52" height="47"/>
		</element>
		<element name="lamp154" ref="lamp_154_1" state="0">
			<bounds x="533" y="187" width="48" height="43"/>
		</element>
		<element name="lamp156" ref="lamp_156_1_border" state="0">
			<bounds x="531" y="277" width="52" height="47"/>
		</element>
		<element name="lamp156" ref="lamp_156_1" state="0">
			<bounds x="533" y="279" width="48" height="43"/>
		</element>
		<element name="lamp155" ref="lamp_155_1_border" state="0">
			<bounds x="531" y="231" width="52" height="47"/>
		</element>
		<element name="lamp155" ref="lamp_155_1" state="0">
			<bounds x="533" y="233" width="48" height="43"/>
		</element>
		<element name="lamp105" ref="lamp_105_1_border" state="0">
			<bounds x="156" y="390" width="52" height="32"/>
		</element>
		<element name="lamp105" ref="lamp_105_1" state="0">
			<bounds x="158" y="392" width="48" height="28"/>
		</element>
		<element name="lamp87" ref="lamp_87_1_border" state="0">
			<bounds x="433" y="391" width="27" height="27"/>
		</element>
		<element name="lamp87" ref="lamp_87_1" state="0">
			<bounds x="435" y="393" width="23" height="23"/>
		</element>
		<element name="lamp86" ref="lamp_86_1_border" state="0">
			<bounds x="401" y="391" width="27" height="27"/>
		</element>
		<element name="lamp86" ref="lamp_86_1" state="0">
			<bounds x="403" y="393" width="23" height="23"/>
		</element>
		<element name="lamp85" ref="lamp_85_1_border" state="0">
			<bounds x="369" y="391" width="27" height="27"/>
		</element>
		<element name="lamp85" ref="lamp_85_1" state="0">
			<bounds x="371" y="393" width="23" height="23"/>
		</element>
		<element name="lamp84" ref="lamp_84_1_border" state="0">
			<bounds x="337" y="391" width="27" height="27"/>
		</element>
		<element name="lamp84" ref="lamp_84_1" state="0">
			<bounds x="339" y="393" width="23" height="23"/>
		</element>
		<element name="lamp83" ref="lamp_83_1_border" state="0">
			<bounds x="305" y="391" width="27" height="27"/>
		</element>
		<element name="lamp83" ref="lamp_83_1" state="0">
			<bounds x="307" y="393" width="23" height="23"/>
		</element>
		<element name="lamp82" ref="lamp_82_1_border" state="0">
			<bounds x="273" y="391" width="27" height="27"/>
		</element>
		<element name="lamp82" ref="lamp_82_1" state="0">
			<bounds x="275" y="393" width="23" height="23"/>
		</element>
		<element name="lamp81" ref="lamp_81_1_border" state="0">
			<bounds x="241" y="391" width="27" height="27"/>
		</element>
		<element name="lamp81" ref="lamp_81_1" state="0">
			<bounds x="243" y="393" width="23" height="23"/>
		</element>
		<element name="lamp88" ref="lamp_88_1_border" state="0">
			<bounds x="465" y="391" width="27" height="27"/>
		</element>
		<element name="lamp88" ref="lamp_88_1" state="0">
			<bounds x="467" y="393" width="23" height="23"/>
		</element>
		<element name="lamp89" ref="lamp_89_1_border" state="0">
			<bounds x="497" y="391" width="27" height="27"/>
		</element>
		<element name="lamp89" ref="lamp_89_1" state="0">
			<bounds x="499" y="393" width="23" height="23"/>
		</element>
		<element name="lamp12" ref="lamp_12_1_border" state="0">
			<bounds x="69" y="558" width="42" height="22"/>
		</element>
		<element name="lamp12" ref="lamp_12_1" state="0">
			<bounds x="71" y="560" width="38" height="18"/>
		</element>
		<element name="lamp32" ref="lamp_32_1_border" state="0" inputtag="IN-COIN" inputmask="0x01">
			<bounds x="882" y="34" width="42" height="42"/>
		</element>
		<element name="lamp32" ref="lamp_32_1" state="0" inputtag="IN-COIN" inputmask="0x01">
			<bounds x="884" y="36" width="38" height="38"/>
		</element>
		<element name="lamp38" ref="lamp_38_1_border" state="0">
			<bounds x="933" y="227" width="32" height="24"/>
		</element>
		<element name="lamp38" ref="lamp_38_1" state="0">
			<bounds x="935" y="229" width="28" height="20"/>
		</element>
		<element name="lamp37" ref="lamp_37_1_border" state="0">
			<bounds x="933" y="249" width="32" height="24"/>
		</element>
		<element name="lamp37" ref="lamp_37_1" state="0">
			<bounds x="935" y="251" width="28" height="20"/>
		</element>
		<element name="lamp40" ref="lamp_40_1_border" state="0">
			<bounds x="933" y="183" width="32" height="24"/>
		</element>
		<element name="lamp40" ref="lamp_40_1" state="0">
			<bounds x="935" y="185" width="28" height="20"/>
		</element>
		<element name="lamp39" ref="lamp_39_1_border" state="0">
			<bounds x="933" y="205" width="32" height="24"/>
		</element>
		<element name="lamp39" ref="lamp_39_1" state="0">
			<bounds x="935" y="207" width="28" height="20"/>
		</element>
		<element name="lamp34" ref="lamp_34_1_border" state="0">
			<bounds x="933" y="315" width="32" height="24"/>
		</element>
		<element name="lamp34" ref="lamp_34_1" state="0">
			<bounds x="935" y="317" width="28" height="20"/>
		</element>
		<element name="lamp35" ref="lamp_35_1_border" state="0">
			<bounds x="933" y="293" width="32" height="24"/>
		</element>
		<element name="lamp35" ref="lamp_35_1" state="0">
			<bounds x="935" y="295" width="28" height="20"/>
		</element>
		<element name="lamp36" ref="lamp_36_1_border" state="0">
			<bounds x="933" y="271" width="32" height="24"/>
		</element>
		<element name="lamp36" ref="lamp_36_1" state="0">
			<bounds x="935" y="273" width="28" height="20"/>
		</element>
		<element name="lamp41" ref="lamp_41_1_border" state="0">
			<bounds x="933" y="161" width="32" height="24"/>
		</element>
		<element name="lamp41" ref="lamp_41_1" state="0">
			<bounds x="935" y="163" width="28" height="20"/>
		</element>
		<element name="lamp42" ref="lamp_42_1_border" state="0">
			<bounds x="933" y="139" width="32" height="24"/>
		</element>
		<element name="lamp42" ref="lamp_42_1" state="0">
			<bounds x="935" y="141" width="28" height="20"/>
		</element>
		<element name="lamp43" ref="lamp_43_1_border" state="0">
			<bounds x="933" y="117" width="32" height="24"/>
		</element>
		<element name="lamp43" ref="lamp_43_1" state="0">
			<bounds x="935" y="119" width="28" height="20"/>
		</element>
		<element name="lamp75" ref="lamp_75_1_border" state="0">
			<bounds x="692" y="164" width="32" height="32"/>
		</element>
		<element name="lamp75" ref="lamp_75_1" state="0">
			<bounds x="694" y="166" width="28" height="28"/>
		</element>
		<element name="lamp74" ref="lamp_74_1_border" state="0">
			<bounds x="659" y="156" width="32" height="32"/>
		</element>
		<element name="lamp74" ref="lamp_74_1" state="0">
			<bounds x="661" y="158" width="28" height="28"/>
		</element>
		<element name="lamp73" ref="lamp_73_1_border" state="0">
			<bounds x="636" y="132" width="32" height="32"/>
		</element>
		<element name="lamp73" ref="lamp_73_1" state="0">
			<bounds x="638" y="134" width="28" height="28"/>
		</element>
		<element name="lamp248" ref="lamp_248_1_border" state="0">
			<bounds x="724" y="157" width="32" height="32"/>
		</element>
		<element name="lamp248" ref="lamp_248_1" state="0">
			<bounds x="726" y="159" width="28" height="28"/>
		</element>
		<element name="lamp247" ref="lamp_247_1_border" state="0">
			<bounds x="751" y="136" width="32" height="32"/>
		</element>
		<element name="lamp247" ref="lamp_247_1" state="0">
			<bounds x="753" y="138" width="28" height="28"/>
		</element>
		<element name="lamp246" ref="lamp_246_1_border" state="0">
			<bounds x="761" y="102" width="32" height="32"/>
		</element>
		<element name="lamp246" ref="lamp_246_1" state="0">
			<bounds x="763" y="104" width="28" height="28"/>
		</element>
		<element name="lamp245" ref="lamp_245_1_border" state="0">
			<bounds x="755" y="69" width="32" height="32"/>
		</element>
		<element name="lamp245" ref="lamp_245_1" state="0">
			<bounds x="757" y="71" width="28" height="28"/>
		</element>
		<element name="lamp244" ref="lamp_244_1_border" state="0">
			<bounds x="733" y="41" width="32" height="32"/>
		</element>
		<element name="lamp244" ref="lamp_244_1" state="0">
			<bounds x="735" y="43" width="28" height="28"/>
		</element>
		<element name="lamp243" ref="lamp_243_1_border" state="0">
			<bounds x="696" y="32" width="32" height="32"/>
		</element>
		<element name="lamp243" ref="lamp_243_1" state="0">
			<bounds x="698" y="34" width="28" height="28"/>
		</element>
		<element name="lamp242" ref="lamp_242_1_border" state="0">
			<bounds x="659" y="41" width="32" height="32"/>
		</element>
		<element name="lamp242" ref="lamp_242_1" state="0">
			<bounds x="661" y="43" width="28" height="28"/>
		</element>
		<element name="lamp241" ref="lamp_241_1_border" state="0">
			<bounds x="635" y="68" width="32" height="32"/>
		</element>
		<element name="lamp241" ref="lamp_241_1" state="0">
			<bounds x="637" y="70" width="28" height="28"/>
		</element>
		<element name="lamp249" ref="lamp_249_1_border" state="0">
			<bounds x="614" y="95" width="82" height="42"/>
		</element>
		<element name="lamp249" ref="lamp_249_1" state="0">
			<bounds x="616" y="97" width="78" height="38"/>
		</element>
		<element name="lamp250" ref="lamp_250_1_border" state="0">
			<bounds x="697" y="107" width="19" height="19"/>
		</element>
		<element name="lamp250" ref="lamp_250_1" state="0">
			<bounds x="699" y="109" width="15" height="15"/>
		</element>
		<element name="lamp55" ref="lamp_55_1_border" state="0">
			<bounds x="659" y="269" width="102" height="22"/>
		</element>
		<element name="lamp55" ref="lamp_55_1" state="0">
			<bounds x="661" y="271" width="98" height="18"/>
		</element>
		<element name="lamp56" ref="lamp_56_1_border" state="0">
			<bounds x="659" y="289" width="102" height="22"/>
		</element>
		<element name="lamp56" ref="lamp_56_1" state="0">
			<bounds x="661" y="291" width="98" height="18"/>
		</element>
		<element name="lamp58" ref="lamp_58_1_border" state="0">
			<bounds x="659" y="309" width="102" height="22"/>
		</element>
		<element name="lamp58" ref="lamp_58_1" state="0">
			<bounds x="661" y="311" width="98" height="18"/>
		</element>
		<element name="lamp59" ref="lamp_59_1_border" state="0">
			<bounds x="659" y="329" width="102" height="22"/>
		</element>
		<element name="lamp59" ref="lamp_59_1" state="0">
			<bounds x="661" y="331" width="98" height="18"/>
		</element>
		<element name="lamp60" ref="lamp_60_1_border" state="0">
			<bounds x="639" y="349" width="137" height="22"/>
		</element>
		<element name="lamp60" ref="lamp_60_1" state="0">
			<bounds x="641" y="351" width="133" height="18"/>
		</element>
		<element name="lamp76" ref="lamp_76_1_border" state="0">
			<bounds x="659" y="249" width="102" height="22"/>
		</element>
		<element name="lamp76" ref="lamp_76_1" state="0">
			<bounds x="661" y="251" width="98" height="18"/>
		</element>
		<element name="lamp21" ref="lamp_21_1_border" state="0">
			<bounds x="635" y="465" width="72" height="72"/>
		</element>
		<element name="lamp21" ref="lamp_21_1" state="0">
			<bounds x="637" y="467" width="68" height="68"/>
		</element>
		<element name="lamp22" ref="lamp_22_1_border" state="0">
			<bounds x="705" y="465" width="72" height="72"/>
		</element>
		<element name="lamp22" ref="lamp_22_1" state="0">
			<bounds x="707" y="467" width="68" height="68"/>
		</element>
		<element name="lamp23" ref="lamp_23_1_border" state="0">
			<bounds x="705" y="501" width="72" height="72"/>
		</element>
		<element name="lamp23" ref="lamp_23_1" state="0">
			<bounds x="707" y="503" width="68" height="68"/>
		</element>
		<element name="lamp25" ref="lamp_25_1_border" state="0">
			<bounds x="635" y="501" width="72" height="72"/>
		</element>
		<element name="lamp25" ref="lamp_25_1" state="0">
			<bounds x="637" y="503" width="68" height="68"/>
		</element>
		<element name="lamp26" ref="lamp_26_1_border" state="0">
			<bounds x="635" y="537" width="72" height="72"/>
		</element>
		<element name="lamp26" ref="lamp_26_1" state="0">
			<bounds x="637" y="539" width="68" height="68"/>
		</element>
		<element name="lamp27" ref="lamp_27_1_border" state="0">
			<bounds x="705" y="537" width="72" height="72"/>
		</element>
		<element name="lamp27" ref="lamp_27_1" state="0">
			<bounds x="707" y="539" width="68" height="68"/>
		</element>
		<element name="lamp8" ref="lamp_8_1_border" state="0">
			<bounds x="161" y="469" width="22" height="27"/>
		</element>
		<element name="lamp8" ref="lamp_8_1" state="0">
			<bounds x="163" y="471" width="18" height="23"/>
		</element>
		<element name="lamp9" ref="lamp_9_1_border" state="0">
			<bounds x="161" y="501" width="22" height="27"/>
		</element>
		<element name="lamp9" ref="lamp_9_1" state="0">
			<bounds x="163" y="503" width="18" height="23"/>
		</element>
		<element name="lamp10" ref="lamp_10_1_border" state="0">
			<bounds x="161" y="533" width="22" height="27"/>
		</element>
		<element name="lamp10" ref="lamp_10_1" state="0">
			<bounds x="163" y="535" width="18" height="23"/>
		</element>
		<element name="lamp11" ref="lamp_11_1_border" state="0">
			<bounds x="161" y="567" width="22" height="27"/>
		</element>
		<element name="lamp11" ref="lamp_11_1" state="0">
			<bounds x="163" y="569" width="18" height="23"/>
		</element>
		<element name="lamp70" ref="colour_button_194_border" state="0" inputtag="IN-8" inputmask="0x04">
			<bounds x="227" y="297" width="75" height="27"/>
		</element>
		<element name="lamp70" ref="colour_button_194" state="0" inputtag="IN-8" inputmask="0x04">
			<bounds x="229" y="299" width="71" height="23"/>
		</element>
		<element name="lamp72" ref="colour_button_196_border" state="0" inputtag="IN-8" inputmask="0x10">
			<bounds x="453" y="295" width="75" height="27"/>
		</element>
		<element name="lamp72" ref="colour_button_196" state="0" inputtag="IN-8" inputmask="0x10">
			<bounds x="455" y="297" width="71" height="23"/>
		</element>
		<element name="lamp71" ref="colour_button_197_border" state="0" inputtag="IN-8" inputmask="0x08">
			<bounds x="339" y="251" width="75" height="27"/>
		</element>
		<element name="lamp71" ref="colour_button_197" state="0" inputtag="IN-8" inputmask="0x08">
			<bounds x="341" y="253" width="71" height="23"/>
		</element>
		<element name="lamp4" ref="colour_button_199_border" state="0" inputtag="IN-1" inputmask="0x10">
			<bounds x="521" y="629" width="75" height="32"/>
		</element>
		<element name="lamp4" ref="colour_button_199" state="0" inputtag="IN-1" inputmask="0x10">
			<bounds x="523" y="631" width="71" height="28"/>
		</element>
		<element name="lamp3" ref="colour_button_200_border" state="0" inputtag="IN-1" inputmask="0x08">
			<bounds x="425" y="629" width="75" height="32"/>
		</element>
		<element name="lamp3" ref="colour_button_200" state="0" inputtag="IN-1" inputmask="0x08">
			<bounds x="427" y="631" width="71" height="28"/>
		</element>
		<element name="lamp2" ref="colour_button_201_border" state="0" inputtag="IN-1" inputmask="0x04">
			<bounds x="339" y="629" width="75" height="32"/>
		</element>
		<element name="lamp2" ref="colour_button_201" state="0" inputtag="IN-1" inputmask="0x04">
			<bounds x="341" y="631" width="71" height="28"/>
		</element>
		<element name="lamp7" ref="colour_button_202_border" state="0" inputtag="IN-2" inputmask="0x04">
			<bounds x="709" y="629" width="75" height="32"/>
		</element>
		<element name="lamp7" ref="colour_button_202" state="0" inputtag="IN-2" inputmask="0x04">
			<bounds x="711" y="631" width="71" height="28"/>
		</element>
		<element name="lamp1" ref="colour_button_203_border" state="0" inputtag="IN-1" inputmask="0x02">
			<bounds x="256" y="629" width="75" height="32"/>
		</element>
		<element name="lamp1" ref="colour_button_203" state="0" inputtag="IN-1" inputmask="0x02">
			<bounds x="258" y="631" width="71" height="28"/>
		</element>
		<element name="lamp5" ref="colour_button_204_border" state="0" inputtag="IN-2" inputmask="0x01">
			<bounds x="155" y="629" width="75" height="32"/>
		</element>
		<element name="lamp5" ref="colour_button_204" state="0" inputtag="IN-2" inputmask="0x01">
			<bounds x="157" y="631" width="71" height="28"/>
		</element>
		<element name="lamp0" ref="colour_button_205_border" state="0" inputtag="IN-1" inputmask="0x01">
			<bounds x="68" y="629" width="75" height="32"/>
		</element>
		<element name="lamp0" ref="colour_button_205" state="0" inputtag="IN-1" inputmask="0x01">
			<bounds x="70" y="631" width="71" height="28"/>
		</element>
		<element name="lamp6" ref="colour_button_206_border" state="0" inputtag="IN-2" inputmask="0x02">
			<bounds x="615" y="629" width="75" height="32"/>
		</element>
		<element name="lamp6" ref="colour_button_206" state="0" inputtag="IN-2" inputmask="0x02">
			<bounds x="617" y="631" width="71" height="28"/>
		</element>
		<element name="lamp20" ref="colour_button_207_border" state="0" inputtag="IN-8" inputmask="0x01">
			<bounds x="557" y="384" width="42" height="42"/>
		</element>
		<element name="lamp20" ref="colour_button_207" state="0" inputtag="IN-8" inputmask="0x01">
			<bounds x="559" y="386" width="38" height="38"/>
		</element>
		<element name="lamp24" ref="colour_button_208_border" state="0" inputtag="IN-8" inputmask="0x02">
			<bounds x="686" y="517" width="42" height="42"/>
		</element>
		<element name="lamp24" ref="colour_button_208" state="0" inputtag="IN-8" inputmask="0x02">
			<bounds x="688" y="519" width="38" height="38"/>
		</element>
		<element name="lamp138" ref="colour_button_209_border" state="0" inputtag="IN-7" inputmask="0x10">
			<bounds x="678" y="197" width="62" height="42"/>
		</element>
		<element name="lamp138" ref="colour_button_209" state="0" inputtag="IN-7" inputmask="0x10">
			<bounds x="680" y="199" width="58" height="38"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="557" y="332" width="24" height="30"/>
		</element>
		<element name="digit0" ref="led_digit_red">
			<bounds x="557" y="332" width="24" height="30"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="557" y="332" width="24" height="30"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="533" y="332" width="24" height="30"/>
		</element>
		<element name="digit1" ref="led_digit_red">
			<bounds x="533" y="332" width="24" height="30"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="533" y="332" width="24" height="30"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="399" y="208" width="24" height="32"/>
		</element>
		<element name="digit8" ref="led_digit_red">
			<bounds x="399" y="208" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="399" y="208" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="327" y="208" width="24" height="32"/>
		</element>
		<element name="digit2" ref="led_digit_red">
			<bounds x="327" y="208" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="327" y="208" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="351" y="208" width="24" height="32"/>
		</element>
		<element name="digit4" ref="led_digit_red">
			<bounds x="351" y="208" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="351" y="208" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="led_digit_rect_black">
			<bounds x="375" y="208" width="24" height="32"/>
		</element>
		<element name="digit6" ref="led_digit_red">
			<bounds x="375" y="208" width="24" height="32"/>
		</element>
		<element ref="led_digit_rect_red">
			<bounds x="375" y="208" width="24" height="32"/>
			<color alpha="0.1"/>
		</element>
		<element ref="vfd0_background">
			<bounds x="268" y="440" width="227" height="20"/>
		</element>
		<element name="vfd0" ref="vfd0" state="0">
			<bounds x="268" y="440" width="14" height="20"/>
		</element>
		<element name="vfd1" ref="vfd0" state="0">
			<bounds x="282" y="440" width="14" height="20"/>
		</element>
		<element name="vfd2" ref="vfd0" state="0">
			<bounds x="296" y="440" width="14" height="20"/>
		</element>
		<element name="vfd3" ref="vfd0" state="0">
			<bounds x="310" y="440" width="14" height="20"/>
		</element>
		<element name="vfd4" ref="vfd0" state="0">
			<bounds x="324" y="440" width="14" height="20"/>
		</element>
		<element name="vfd5" ref="vfd0" state="0">
			<bounds x="338" y="440" width="14" height="20"/>
		</element>
		<element name="vfd6" ref="vfd0" state="0">
			<bounds x="352" y="440" width="14" height="20"/>
		</element>
		<element name="vfd7" ref="vfd0" state="0">
			<bounds x="366" y="440" width="14" height="20"/>
		</element>
		<element name="vfd8" ref="vfd0" state="0">
			<bounds x="380" y="440" width="14" height="20"/>
		</element>
		<element name="vfd9" ref="vfd0" state="0">
			<bounds x="394" y="440" width="14" height="20"/>
		</element>
		<element name="vfd10" ref="vfd0" state="0">
			<bounds x="408" y="440" width="14" height="20"/>
		</element>
		<element name="vfd11" ref="vfd0" state="0">
			<bounds x="422" y="440" width="14" height="20"/>
		</element>
		<element name="vfd12" ref="vfd0" state="0">
			<bounds x="436" y="440" width="14" height="20"/>
		</element>
		<element name="vfd13" ref="vfd0" state="0">
			<bounds x="450" y="440" width="14" height="20"/>
		</element>
		<element name="vfd14" ref="vfd0" state="0">
			<bounds x="464" y="440" width="14" height="20"/>
		</element>
		<element name="vfd15" ref="vfd0" state="0">
			<bounds x="478" y="440" width="14" height="20"/>
		</element>
		<element name="label117" ref="label_117">
			<bounds x="645" y="389" width="123" height="18"/>
		</element>
		<element name="label118" ref="label_118">
			<bounds x="668" y="4" width="96" height="18"/>
		</element>
		<element name="label148" ref="label_148">
			<bounds x="62" y="8" width="35" height="30"/>
		</element>
		<element name="label185" ref="label_185">
			<bounds x="47" y="510" width="80" height="27"/>
		</element>
		<element name="label190" ref="label_190">
			<bounds x="778" y="282" width="17" height="38"/>
		</element>
		<element name="label191" ref="label_191">
			<bounds x="626" y="282" width="17" height="38"/>
		</element>
		<element name="label192" ref="label_192">
			<bounds x="218" y="524" width="26" height="18"/>
		</element>
		<element name="label193" ref="label_193">
			<bounds x="518" y="523" width="31" height="18"/>
		</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_button" state="0">
			<bounds x="32" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_0" ref="debug_lamp_label_0">
			<bounds x="47" y="47" width="30" height="30"/>
		</element>
		<element name="lamp1" ref="debug_lamp_button" state="0">
			<bounds x="96" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_1" ref="debug_lamp_label_1">
			<bounds x="111" y="47" width="30" height="30"/>
		</element>
		<element name="lamp2" ref="debug_lamp_button" state="0">
			<bounds x="160" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_2" ref="debug_lamp_label_2">
			<bounds x="175" y="47" width="30" height="30"/>
		</element>
		<element name="lamp3" ref="debug_lamp_button" state="0">
			<bounds x="224" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_3" ref="debug_lamp_label_3">
			<bounds x="239" y="47" width="30" height="30"/>
		</element>
		<element name="lamp4" ref="debug_lamp_button" state="0">
			<bounds x="288" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_4" ref="debug_lamp_label_4">
			<bounds x="303" y="47" width="30" height="30"/>
		</element>
		<element name="lamp5" ref="debug_lamp_button" state="0">
			<bounds x="352" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_5" ref="debug_lamp_label_5">
			<bounds x="367" y="47" width="30" height="30"/>
		</element>
		<element name="lamp6" ref="debug_lamp_button" state="0">
			<bounds x="416" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_6" ref="debug_lamp_label_6">
			<bounds x="431" y="47" width="30" height="30"/>
		</element>
		<element name="lamp7" ref="debug_lamp_button" state="0">
			<bounds x="480" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_7" ref="debug_lamp_label_7">
			<bounds x="495" y="47" width="30" height="30"/>
		</element>
		<element name="lamp8" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_8" ref="debug_lamp_label_8">
			<bounds x="559" y="47" width="30" height="30"/>
		</element>
		<element name="lamp9" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_9" ref="debug_lamp_label_9">
			<bounds x="623" y="47" width="30" height="30"/>
		</element>
		<element name="lamp10" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_10" ref="debug_lamp_label_10">
			<bounds x="687" y="47" width="30" height="30"/>
		</element>
		<element name="lamp11" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_11" ref="debug_lamp_label_11">
			<bounds x="751" y="47" width="30" height="30"/>
		</element>
		<element name="lamp12" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_12" ref="debug_lamp_label_12">
			<bounds x="815" y="47" width="30" height="30"/>
		</element>
		<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_13" ref="debug_lamp_label_13">
			<bounds x="879" y="47" width="30" height="30"/>
		</element>
		<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_14" ref="debug_lamp_label_14">
			<bounds x="943" y="47" width="30" height="30"/>
		</element>
		<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="32" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_15" ref="debug_lamp_label_15">
			<bounds x="1007" y="47" width="30" height="30"/>
		</element>
		<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_16" ref="debug_lamp_label_16">
			<bounds x="47" y="111" width="30" height="30"/>
		</element>
		<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_17" ref="debug_lamp_label_17">
			<bounds x="111" y="111" width="30" height="30"/>
		</element>
		<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_18" ref="debug_lamp_label_18">
			<bounds x="175" y="111" width="30" height="30"/>
		</element>
		<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_19" ref="debug_lamp_label_19">
			<bounds x="239" y="111" width="30" height="30"/>
		</element>
		<element name="lamp20" ref="debug_lamp_button" state="0">
			<bounds x="288" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_20" ref="debug_lamp_label_20">
			<bounds x="303" y="111" width="30" height="30"/>
		</element>
		<element name="lamp21" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_21" ref="debug_lamp_label_21">
			<bounds x="367" y="111" width="30" height="30"/>
		</element>
		<element name="lamp22" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_22" ref="debug_lamp_label_22">
			<bounds x="431" y="111" width="30" height="30"/>
		</element>
		<element name="lamp23" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_23" ref="debug_lamp_label_23">
			<bounds x="495" y="111" width="30" height="30"/>
		</element>
		<element name="lamp24" ref="debug_lamp_button" state="0">
			<bounds x="544" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_24" ref="debug_lamp_label_24">
			<bounds x="559" y="111" width="30" height="30"/>
		</element>
		<element name="lamp25" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_25" ref="debug_lamp_label_25">
			<bounds x="623" y="111" width="30" height="30"/>
		</element>
		<element name="lamp26" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_26" ref="debug_lamp_label_26">
			<bounds x="687" y="111" width="30" height="30"/>
		</element>
		<element name="lamp27" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_27" ref="debug_lamp_label_27">
			<bounds x="751" y="111" width="30" height="30"/>
		</element>
		<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_28" ref="debug_lamp_label_28">
			<bounds x="815" y="111" width="30" height="30"/>
		</element>
		<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_29" ref="debug_lamp_label_29">
			<bounds x="879" y="111" width="30" height="30"/>
		</element>
		<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_30" ref="debug_lamp_label_30">
			<bounds x="943" y="111" width="30" height="30"/>
		</element>
		<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="96" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_31" ref="debug_lamp_label_31">
			<bounds x="1007" y="111" width="30" height="30"/>
		</element>
		<element name="lamp32" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_32" ref="debug_lamp_label_32">
			<bounds x="47" y="175" width="30" height="30"/>
		</element>
		<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_33" ref="debug_lamp_label_33">
			<bounds x="111" y="175" width="30" height="30"/>
		</element>
		<element name="lamp34" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_34" ref="debug_lamp_label_34">
			<bounds x="175" y="175" width="30" height="30"/>
		</element>
		<element name="lamp35" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_35" ref="debug_lamp_label_35">
			<bounds x="239" y="175" width="30" height="30"/>
		</element>
		<element name="lamp36" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_36" ref="debug_lamp_label_36">
			<bounds x="303" y="175" width="30" height="30"/>
		</element>
		<element name="lamp37" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_37" ref="debug_lamp_label_37">
			<bounds x="367" y="175" width="30" height="30"/>
		</element>
		<element name="lamp38" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_38" ref="debug_lamp_label_38">
			<bounds x="431" y="175" width="30" height="30"/>
		</element>
		<element name="lamp39" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_39" ref="debug_lamp_label_39">
			<bounds x="495" y="175" width="30" height="30"/>
		</element>
		<element name="lamp40" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_40" ref="debug_lamp_label_40">
			<bounds x="559" y="175" width="30" height="30"/>
		</element>
		<element name="lamp41" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_41" ref="debug_lamp_label_41">
			<bounds x="623" y="175" width="30" height="30"/>
		</element>
		<element name="lamp42" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_42" ref="debug_lamp_label_42">
			<bounds x="687" y="175" width="30" height="30"/>
		</element>
		<element name="lamp43" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_43" ref="debug_lamp_label_43">
			<bounds x="751" y="175" width="30" height="30"/>
		</element>
		<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_44" ref="debug_lamp_label_44">
			<bounds x="815" y="175" width="30" height="30"/>
		</element>
		<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_45" ref="debug_lamp_label_45">
			<bounds x="879" y="175" width="30" height="30"/>
		</element>
		<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_46" ref="debug_lamp_label_46">
			<bounds x="943" y="175" width="30" height="30"/>
		</element>
		<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="160" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_47" ref="debug_lamp_label_47">
			<bounds x="1007" y="175" width="30" height="30"/>
		</element>
		<element name="lamp48" ref="debug_lamp_reel" state="0">
			<bounds x="32" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_48" ref="debug_lamp_label_48">
			<bounds x="47" y="239" width="30" height="30"/>
		</element>
		<element name="lamp49" ref="debug_lamp_reel" state="0">
			<bounds x="96" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_49" ref="debug_lamp_label_49">
			<bounds x="111" y="239" width="30" height="30"/>
		</element>
		<element name="lamp50" ref="debug_lamp_reel" state="0">
			<bounds x="160" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_50" ref="debug_lamp_label_50">
			<bounds x="175" y="239" width="30" height="30"/>
		</element>
		<element name="lamp51" ref="debug_lamp_reel" state="0">
			<bounds x="224" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_51" ref="debug_lamp_label_51">
			<bounds x="239" y="239" width="30" height="30"/>
		</element>
		<element name="lamp52" ref="debug_lamp_reel" state="0">
			<bounds x="288" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_52" ref="debug_lamp_label_52">
			<bounds x="303" y="239" width="30" height="30"/>
		</element>
		<element name="lamp53" ref="debug_lamp_reel" state="0">
			<bounds x="352" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_53" ref="debug_lamp_label_53">
			<bounds x="367" y="239" width="30" height="30"/>
		</element>
		<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_54" ref="debug_lamp_label_54">
			<bounds x="431" y="239" width="30" height="30"/>
		</element>
		<element name="lamp55" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_55" ref="debug_lamp_label_55">
			<bounds x="495" y="239" width="30" height="30"/>
		</element>
		<element name="lamp56" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_56" ref="debug_lamp_label_56">
			<bounds x="559" y="239" width="30" height="30"/>
		</element>
		<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_57" ref="debug_lamp_label_57">
			<bounds x="623" y="239" width="30" height="30"/>
		</element>
		<element name="lamp58" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_58" ref="debug_lamp_label_58">
			<bounds x="687" y="239" width="30" height="30"/>
		</element>
		<element name="lamp59" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_59" ref="debug_lamp_label_59">
			<bounds x="751" y="239" width="30" height="30"/>
		</element>
		<element name="lamp60" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_60" ref="debug_lamp_label_60">
			<bounds x="815" y="239" width="30" height="30"/>
		</element>
		<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_61" ref="debug_lamp_label_61">
			<bounds x="879" y="239" width="30" height="30"/>
		</element>
		<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_62" ref="debug_lamp_label_62">
			<bounds x="943" y="239" width="30" height="30"/>
		</element>
		<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="224" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_63" ref="debug_lamp_label_63">
			<bounds x="1007" y="239" width="30" height="30"/>
		</element>
		<element name="lamp64" ref="debug_lamp_reel" state="0">
			<bounds x="32" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_64" ref="debug_lamp_label_64">
			<bounds x="47" y="303" width="30" height="30"/>
		</element>
		<element name="lamp65" ref="debug_lamp_reel" state="0">
			<bounds x="96" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_65" ref="debug_lamp_label_65">
			<bounds x="111" y="303" width="30" height="30"/>
		</element>
		<element name="lamp66" ref="debug_lamp_reel" state="0">
			<bounds x="160" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_66" ref="debug_lamp_label_66">
			<bounds x="175" y="303" width="30" height="30"/>
		</element>
		<element name="lamp67" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_67" ref="debug_lamp_label_67">
			<bounds x="239" y="303" width="30" height="30"/>
		</element>
		<element name="lamp68" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_68" ref="debug_lamp_label_68">
			<bounds x="303" y="303" width="30" height="30"/>
		</element>
		<element name="lamp69" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_69" ref="debug_lamp_label_69">
			<bounds x="367" y="303" width="30" height="30"/>
		</element>
		<element name="lamp70" ref="debug_lamp_button" state="0">
			<bounds x="416" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_70" ref="debug_lamp_label_70">
			<bounds x="431" y="303" width="30" height="30"/>
		</element>
		<element name="lamp71" ref="debug_lamp_button" state="0">
			<bounds x="480" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_71" ref="debug_lamp_label_71">
			<bounds x="495" y="303" width="30" height="30"/>
		</element>
		<element name="lamp72" ref="debug_lamp_button" state="0">
			<bounds x="544" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_72" ref="debug_lamp_label_72">
			<bounds x="559" y="303" width="30" height="30"/>
		</element>
		<element name="lamp73" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_73" ref="debug_lamp_label_73">
			<bounds x="623" y="303" width="30" height="30"/>
		</element>
		<element name="lamp74" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_74" ref="debug_lamp_label_74">
			<bounds x="687" y="303" width="30" height="30"/>
		</element>
		<element name="lamp75" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_75" ref="debug_lamp_label_75">
			<bounds x="751" y="303" width="30" height="30"/>
		</element>
		<element name="lamp76" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_76" ref="debug_lamp_label_76">
			<bounds x="815" y="303" width="30" height="30"/>
		</element>
		<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_77" ref="debug_lamp_label_77">
			<bounds x="879" y="303" width="30" height="30"/>
		</element>
		<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_78" ref="debug_lamp_label_78">
			<bounds x="943" y="303" width="30" height="30"/>
		</element>
		<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="288" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_79" ref="debug_lamp_label_79">
			<bounds x="1007" y="303" width="30" height="30"/>
		</element>
		<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_80" ref="debug_lamp_label_80">
			<bounds x="47" y="367" width="30" height="30"/>
		</element>
		<element name="lamp81" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_81" ref="debug_lamp_label_81">
			<bounds x="111" y="367" width="30" height="30"/>
		</element>
		<element name="lamp82" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_82" ref="debug_lamp_label_82">
			<bounds x="175" y="367" width="30" height="30"/>
		</element>
		<element name="lamp83" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_83" ref="debug_lamp_label_83">
			<bounds x="239" y="367" width="30" height="30"/>
		</element>
		<element name="lamp84" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_84" ref="debug_lamp_label_84">
			<bounds x="303" y="367" width="30" height="30"/>
		</element>
		<element name="lamp85" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_85" ref="debug_lamp_label_85">
			<bounds x="367" y="367" width="30" height="30"/>
		</element>
		<element name="lamp86" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_86" ref="debug_lamp_label_86">
			<bounds x="431" y="367" width="30" height="30"/>
		</element>
		<element name="lamp87" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_87" ref="debug_lamp_label_87">
			<bounds x="495" y="367" width="30" height="30"/>
		</element>
		<element name="lamp88" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_88" ref="debug_lamp_label_88">
			<bounds x="559" y="367" width="30" height="30"/>
		</element>
		<element name="lamp89" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_89" ref="debug_lamp_label_89">
			<bounds x="623" y="367" width="30" height="30"/>
		</element>
		<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_90" ref="debug_lamp_label_90">
			<bounds x="687" y="367" width="30" height="30"/>
		</element>
		<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_91" ref="debug_lamp_label_91">
			<bounds x="751" y="367" width="30" height="30"/>
		</element>
		<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_92" ref="debug_lamp_label_92">
			<bounds x="815" y="367" width="30" height="30"/>
		</element>
		<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_93" ref="debug_lamp_label_93">
			<bounds x="879" y="367" width="30" height="30"/>
		</element>
		<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_94" ref="debug_lamp_label_94">
			<bounds x="943" y="367" width="30" height="30"/>
		</element>
		<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="352" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_95" ref="debug_lamp_label_95">
			<bounds x="1007" y="367" width="30" height="30"/>
		</element>
		<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_96" ref="debug_lamp_label_96">
			<bounds x="47" y="431" width="30" height="30"/>
		</element>
		<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_97" ref="debug_lamp_label_97">
			<bounds x="111" y="431" width="30" height="30"/>
		</element>
		<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_98" ref="debug_lamp_label_98">
			<bounds x="175" y="431" width="30" height="30"/>
		</element>
		<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_99" ref="debug_lamp_label_99">
			<bounds x="239" y="431" width="30" height="30"/>
		</element>
		<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_100" ref="debug_lamp_label_100">
			<bounds x="303" y="431" width="30" height="30"/>
		</element>
		<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_101" ref="debug_lamp_label_101">
			<bounds x="367" y="431" width="30" height="30"/>
		</element>
		<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_102" ref="debug_lamp_label_102">
			<bounds x="431" y="431" width="30" height="30"/>
		</element>
		<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_103" ref="debug_lamp_label_103">
			<bounds x="495" y="431" width="30" height="30"/>
		</element>
		<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_104" ref="debug_lamp_label_104">
			<bounds x="559" y="431" width="30" height="30"/>
		</element>
		<element name="lamp105" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_105" ref="debug_lamp_label_105">
			<bounds x="623" y="431" width="30" height="30"/>
		</element>
		<element name="lamp106" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_106" ref="debug_lamp_label_106">
			<bounds x="687" y="431" width="30" height="30"/>
		</element>
		<element name="lamp107" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_107" ref="debug_lamp_label_107">
			<bounds x="751" y="431" width="30" height="30"/>
		</element>
		<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_108" ref="debug_lamp_label_108">
			<bounds x="815" y="431" width="30" height="30"/>
		</element>
		<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_109" ref="debug_lamp_label_109">
			<bounds x="879" y="431" width="30" height="30"/>
		</element>
		<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_110" ref="debug_lamp_label_110">
			<bounds x="943" y="431" width="30" height="30"/>
		</element>
		<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="416" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_111" ref="debug_lamp_label_111">
			<bounds x="1007" y="431" width="30" height="30"/>
		</element>
		<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_112" ref="debug_lamp_label_112">
			<bounds x="47" y="495" width="30" height="30"/>
		</element>
		<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_113" ref="debug_lamp_label_113">
			<bounds x="111" y="495" width="30" height="30"/>
		</element>
		<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_114" ref="debug_lamp_label_114">
			<bounds x="175" y="495" width="30" height="30"/>
		</element>
		<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_115" ref="debug_lamp_label_115">
			<bounds x="239" y="495" width="30" height="30"/>
		</element>
		<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_116" ref="debug_lamp_label_116">
			<bounds x="303" y="495" width="30" height="30"/>
		</element>
		<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_117" ref="debug_lamp_label_117">
			<bounds x="367" y="495" width="30" height="30"/>
		</element>
		<element name="lamp118" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_118" ref="debug_lamp_label_118">
			<bounds x="431" y="495" width="30" height="30"/>
		</element>
		<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_119" ref="debug_lamp_label_119">
			<bounds x="495" y="495" width="30" height="30"/>
		</element>
		<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_120" ref="debug_lamp_label_120">
			<bounds x="559" y="495" width="30" height="30"/>
		</element>
		<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_121" ref="debug_lamp_label_121">
			<bounds x="623" y="495" width="30" height="30"/>
		</element>
		<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_122" ref="debug_lamp_label_122">
			<bounds x="687" y="495" width="30" height="30"/>
		</element>
		<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_123" ref="debug_lamp_label_123">
			<bounds x="751" y="495" width="30" height="30"/>
		</element>
		<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_124" ref="debug_lamp_label_124">
			<bounds x="815" y="495" width="30" height="30"/>
		</element>
		<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_125" ref="debug_lamp_label_125">
			<bounds x="879" y="495" width="30" height="30"/>
		</element>
		<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_126" ref="debug_lamp_label_126">
			<bounds x="943" y="495" width="30" height="30"/>
		</element>
		<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="480" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_127" ref="debug_lamp_label_127">
			<bounds x="1007" y="495" width="30" height="30"/>
		</element>
		<element name="lamp128" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_128" ref="debug_lamp_label_128">
			<bounds x="47" y="559" width="30" height="30"/>
		</element>
		<element name="lamp129" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_129" ref="debug_lamp_label_129">
			<bounds x="111" y="559" width="30" height="30"/>
		</element>
		<element name="lamp130" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_130" ref="debug_lamp_label_130">
			<bounds x="175" y="559" width="30" height="30"/>
		</element>
		<element name="lamp131" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_131" ref="debug_lamp_label_131">
			<bounds x="239" y="559" width="30" height="30"/>
		</element>
		<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_132" ref="debug_lamp_label_132">
			<bounds x="303" y="559" width="30" height="30"/>
		</element>
		<element name="lamp133" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_133" ref="debug_lamp_label_133">
			<bounds x="367" y="559" width="30" height="30"/>
		</element>
		<element name="lamp134" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_134" ref="debug_lamp_label_134">
			<bounds x="431" y="559" width="30" height="30"/>
		</element>
		<element name="lamp135" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_135" ref="debug_lamp_label_135">
			<bounds x="495" y="559" width="30" height="30"/>
		</element>
		<element name="lamp136" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_136" ref="debug_lamp_label_136">
			<bounds x="559" y="559" width="30" height="30"/>
		</element>
		<element name="lamp137" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_137" ref="debug_lamp_label_137">
			<bounds x="623" y="559" width="30" height="30"/>
		</element>
		<element name="lamp138" ref="debug_lamp_button" state="0">
			<bounds x="672" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_138" ref="debug_lamp_label_138">
			<bounds x="687" y="559" width="30" height="30"/>
		</element>
		<element name="lamp139" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_139" ref="debug_lamp_label_139">
			<bounds x="751" y="559" width="30" height="30"/>
		</element>
		<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_140" ref="debug_lamp_label_140">
			<bounds x="815" y="559" width="30" height="30"/>
		</element>
		<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_141" ref="debug_lamp_label_141">
			<bounds x="879" y="559" width="30" height="30"/>
		</element>
		<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_142" ref="debug_lamp_label_142">
			<bounds x="943" y="559" width="30" height="30"/>
		</element>
		<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="544" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_143" ref="debug_lamp_label_143">
			<bounds x="1007" y="559" width="30" height="30"/>
		</element>
		<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_144" ref="debug_lamp_label_144">
			<bounds x="47" y="623" width="30" height="30"/>
		</element>
		<element name="lamp145" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_145" ref="debug_lamp_label_145">
			<bounds x="111" y="623" width="30" height="30"/>
		</element>
		<element name="lamp146" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_146" ref="debug_lamp_label_146">
			<bounds x="175" y="623" width="30" height="30"/>
		</element>
		<element name="lamp147" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_147" ref="debug_lamp_label_147">
			<bounds x="239" y="623" width="30" height="30"/>
		</element>
		<element name="lamp148" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_148" ref="debug_lamp_label_148">
			<bounds x="303" y="623" width="30" height="30"/>
		</element>
		<element name="lamp149" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_149" ref="debug_lamp_label_149">
			<bounds x="367" y="623" width="30" height="30"/>
		</element>
		<element name="lamp150" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_150" ref="debug_lamp_label_150">
			<bounds x="431" y="623" width="30" height="30"/>
		</element>
		<element name="lamp151" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_151" ref="debug_lamp_label_151">
			<bounds x="495" y="623" width="30" height="30"/>
		</element>
		<element name="lamp152" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_152" ref="debug_lamp_label_152">
			<bounds x="559" y="623" width="30" height="30"/>
		</element>
		<element name="lamp153" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_153" ref="debug_lamp_label_153">
			<bounds x="623" y="623" width="30" height="30"/>
		</element>
		<element name="lamp154" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_154" ref="debug_lamp_label_154">
			<bounds x="687" y="623" width="30" height="30"/>
		</element>
		<element name="lamp155" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_155" ref="debug_lamp_label_155">
			<bounds x="751" y="623" width="30" height="30"/>
		</element>
		<element name="lamp156" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_156" ref="debug_lamp_label_156">
			<bounds x="815" y="623" width="30" height="30"/>
		</element>
		<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_157" ref="debug_lamp_label_157">
			<bounds x="879" y="623" width="30" height="30"/>
		</element>
		<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_158" ref="debug_lamp_label_158">
			<bounds x="943" y="623" width="30" height="30"/>
		</element>
		<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="608" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_159" ref="debug_lamp_label_159">
			<bounds x="1007" y="623" width="30" height="30"/>
		</element>
		<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_160" ref="debug_lamp_label_160">
			<bounds x="47" y="687" width="30" height="30"/>
		</element>
		<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_161" ref="debug_lamp_label_161">
			<bounds x="111" y="687" width="30" height="30"/>
		</element>
		<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_162" ref="debug_lamp_label_162">
			<bounds x="175" y="687" width="30" height="30"/>
		</element>
		<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_163" ref="debug_lamp_label_163">
			<bounds x="239" y="687" width="30" height="30"/>
		</element>
		<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_164" ref="debug_lamp_label_164">
			<bounds x="303" y="687" width="30" height="30"/>
		</element>
		<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_165" ref="debug_lamp_label_165">
			<bounds x="367" y="687" width="30" height="30"/>
		</element>
		<element name="lamp166" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_166" ref="debug_lamp_label_166">
			<bounds x="431" y="687" width="30" height="30"/>
		</element>
		<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_167" ref="debug_lamp_label_167">
			<bounds x="495" y="687" width="30" height="30"/>
		</element>
		<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_168" ref="debug_lamp_label_168">
			<bounds x="559" y="687" width="30" height="30"/>
		</element>
		<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_169" ref="debug_lamp_label_169">
			<bounds x="623" y="687" width="30" height="30"/>
		</element>
		<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_170" ref="debug_lamp_label_170">
			<bounds x="687" y="687" width="30" height="30"/>
		</element>
		<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_171" ref="debug_lamp_label_171">
			<bounds x="751" y="687" width="30" height="30"/>
		</element>
		<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_172" ref="debug_lamp_label_172">
			<bounds x="815" y="687" width="30" height="30"/>
		</element>
		<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_173" ref="debug_lamp_label_173">
			<bounds x="879" y="687" width="30" height="30"/>
		</element>
		<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_174" ref="debug_lamp_label_174">
			<bounds x="943" y="687" width="30" height="30"/>
		</element>
		<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="672" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_175" ref="debug_lamp_label_175">
			<bounds x="1007" y="687" width="30" height="30"/>
		</element>
		<element name="lamp176" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_176" ref="debug_lamp_label_176">
			<bounds x="47" y="751" width="30" height="30"/>
		</element>
		<element name="lamp177" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_177" ref="debug_lamp_label_177">
			<bounds x="111" y="751" width="30" height="30"/>
		</element>
		<element name="lamp178" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_178" ref="debug_lamp_label_178">
			<bounds x="175" y="751" width="30" height="30"/>
		</element>
		<element name="lamp179" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_179" ref="debug_lamp_label_179">
			<bounds x="239" y="751" width="30" height="30"/>
		</element>
		<element name="lamp180" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_180" ref="debug_lamp_label_180">
			<bounds x="303" y="751" width="30" height="30"/>
		</element>
		<element name="lamp181" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_181" ref="debug_lamp_label_181">
			<bounds x="367" y="751" width="30" height="30"/>
		</element>
		<element name="lamp182" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_182" ref="debug_lamp_label_182">
			<bounds x="431" y="751" width="30" height="30"/>
		</element>
		<element name="lamp183" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_183" ref="debug_lamp_label_183">
			<bounds x="495" y="751" width="30" height="30"/>
		</element>
		<element name="lamp184" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_184" ref="debug_lamp_label_184">
			<bounds x="559" y="751" width="30" height="30"/>
		</element>
		<element name="lamp185" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_185" ref="debug_lamp_label_185">
			<bounds x="623" y="751" width="30" height="30"/>
		</element>
		<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_186" ref="debug_lamp_label_186">
			<bounds x="687" y="751" width="30" height="30"/>
		</element>
		<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_187" ref="debug_lamp_label_187">
			<bounds x="751" y="751" width="30" height="30"/>
		</element>
		<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_188" ref="debug_lamp_label_188">
			<bounds x="815" y="751" width="30" height="30"/>
		</element>
		<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_189" ref="debug_lamp_label_189">
			<bounds x="879" y="751" width="30" height="30"/>
		</element>
		<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_190" ref="debug_lamp_label_190">
			<bounds x="943" y="751" width="30" height="30"/>
		</element>
		<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="736" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_191" ref="debug_lamp_label_191">
			<bounds x="1007" y="751" width="30" height="30"/>
		</element>
		<element name="lamp192" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_192" ref="debug_lamp_label_192">
			<bounds x="47" y="815" width="30" height="30"/>
		</element>
		<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_193" ref="debug_lamp_label_193">
			<bounds x="111" y="815" width="30" height="30"/>
		</element>
		<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_194" ref="debug_lamp_label_194">
			<bounds x="175" y="815" width="30" height="30"/>
		</element>
		<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_195" ref="debug_lamp_label_195">
			<bounds x="239" y="815" width="30" height="30"/>
		</element>
		<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_196" ref="debug_lamp_label_196">
			<bounds x="303" y="815" width="30" height="30"/>
		</element>
		<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_197" ref="debug_lamp_label_197">
			<bounds x="367" y="815" width="30" height="30"/>
		</element>
		<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_198" ref="debug_lamp_label_198">
			<bounds x="431" y="815" width="30" height="30"/>
		</element>
		<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_199" ref="debug_lamp_label_199">
			<bounds x="495" y="815" width="30" height="30"/>
		</element>
		<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_200" ref="debug_lamp_label_200">
			<bounds x="559" y="815" width="30" height="30"/>
		</element>
		<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_201" ref="debug_lamp_label_201">
			<bounds x="623" y="815" width="30" height="30"/>
		</element>
		<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_202" ref="debug_lamp_label_202">
			<bounds x="687" y="815" width="30" height="30"/>
		</element>
		<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_203" ref="debug_lamp_label_203">
			<bounds x="751" y="815" width="30" height="30"/>
		</element>
		<element name="lamp204" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_204" ref="debug_lamp_label_204">
			<bounds x="815" y="815" width="30" height="30"/>
		</element>
		<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_205" ref="debug_lamp_label_205">
			<bounds x="879" y="815" width="30" height="30"/>
		</element>
		<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_206" ref="debug_lamp_label_206">
			<bounds x="943" y="815" width="30" height="30"/>
		</element>
		<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="800" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_207" ref="debug_lamp_label_207">
			<bounds x="1007" y="815" width="30" height="30"/>
		</element>
		<element name="lamp208" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_208" ref="debug_lamp_label_208">
			<bounds x="47" y="879" width="30" height="30"/>
		</element>
		<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_209" ref="debug_lamp_label_209">
			<bounds x="111" y="879" width="30" height="30"/>
		</element>
		<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_210" ref="debug_lamp_label_210">
			<bounds x="175" y="879" width="30" height="30"/>
		</element>
		<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_211" ref="debug_lamp_label_211">
			<bounds x="239" y="879" width="30" height="30"/>
		</element>
		<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_212" ref="debug_lamp_label_212">
			<bounds x="303" y="879" width="30" height="30"/>
		</element>
		<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_213" ref="debug_lamp_label_213">
			<bounds x="367" y="879" width="30" height="30"/>
		</element>
		<element name="lamp214" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_214" ref="debug_lamp_label_214">
			<bounds x="431" y="879" width="30" height="30"/>
		</element>
		<element name="lamp215" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_215" ref="debug_lamp_label_215">
			<bounds x="495" y="879" width="30" height="30"/>
		</element>
		<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_216" ref="debug_lamp_label_216">
			<bounds x="559" y="879" width="30" height="30"/>
		</element>
		<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_217" ref="debug_lamp_label_217">
			<bounds x="623" y="879" width="30" height="30"/>
		</element>
		<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_218" ref="debug_lamp_label_218">
			<bounds x="687" y="879" width="30" height="30"/>
		</element>
		<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_219" ref="debug_lamp_label_219">
			<bounds x="751" y="879" width="30" height="30"/>
		</element>
		<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_220" ref="debug_lamp_label_220">
			<bounds x="815" y="879" width="30" height="30"/>
		</element>
		<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_221" ref="debug_lamp_label_221">
			<bounds x="879" y="879" width="30" height="30"/>
		</element>
		<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_222" ref="debug_lamp_label_222">
			<bounds x="943" y="879" width="30" height="30"/>
		</element>
		<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="864" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_223" ref="debug_lamp_label_223">
			<bounds x="1007" y="879" width="30" height="30"/>
		</element>
		<element name="lamp224" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_224" ref="debug_lamp_label_224">
			<bounds x="47" y="943" width="30" height="30"/>
		</element>
		<element name="lamp225" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_225" ref="debug_lamp_label_225">
			<bounds x="111" y="943" width="30" height="30"/>
		</element>
		<element name="lamp226" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_226" ref="debug_lamp_label_226">
			<bounds x="175" y="943" width="30" height="30"/>
		</element>
		<element name="lamp227" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_227" ref="debug_lamp_label_227">
			<bounds x="239" y="943" width="30" height="30"/>
		</element>
		<element name="lamp228" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_228" ref="debug_lamp_label_228">
			<bounds x="303" y="943" width="30" height="30"/>
		</element>
		<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_229" ref="debug_lamp_label_229">
			<bounds x="367" y="943" width="30" height="30"/>
		</element>
		<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_230" ref="debug_lamp_label_230">
			<bounds x="431" y="943" width="30" height="30"/>
		</element>
		<element name="lamp231" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_231" ref="debug_lamp_label_231">
			<bounds x="495" y="943" width="30" height="30"/>
		</element>
		<element name="lamp232" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_232" ref="debug_lamp_label_232">
			<bounds x="559" y="943" width="30" height="30"/>
		</element>
		<element name="lamp233" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_233" ref="debug_lamp_label_233">
			<bounds x="623" y="943" width="30" height="30"/>
		</element>
		<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_234" ref="debug_lamp_label_234">
			<bounds x="687" y="943" width="30" height="30"/>
		</element>
		<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_235" ref="debug_lamp_label_235">
			<bounds x="751" y="943" width="30" height="30"/>
		</element>
		<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_236" ref="debug_lamp_label_236">
			<bounds x="815" y="943" width="30" height="30"/>
		</element>
		<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_237" ref="debug_lamp_label_237">
			<bounds x="879" y="943" width="30" height="30"/>
		</element>
		<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_238" ref="debug_lamp_label_238">
			<bounds x="943" y="943" width="30" height="30"/>
		</element>
		<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="928" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_239" ref="debug_lamp_label_239">
			<bounds x="1007" y="943" width="30" height="30"/>
		</element>
		<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_240" ref="debug_lamp_label_240">
			<bounds x="47" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp241" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_241" ref="debug_lamp_label_241">
			<bounds x="111" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp242" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_242" ref="debug_lamp_label_242">
			<bounds x="175" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp243" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_243" ref="debug_lamp_label_243">
			<bounds x="239" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp244" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_244" ref="debug_lamp_label_244">
			<bounds x="303" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp245" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_245" ref="debug_lamp_label_245">
			<bounds x="367" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp246" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_246" ref="debug_lamp_label_246">
			<bounds x="431" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp247" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_247" ref="debug_lamp_label_247">
			<bounds x="495" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp248" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_248" ref="debug_lamp_label_248">
			<bounds x="559" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp249" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_249" ref="debug_lamp_label_249">
			<bounds x="623" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp250" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_250" ref="debug_lamp_label_250">
			<bounds x="687" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_251" ref="debug_lamp_label_251">
			<bounds x="751" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_252" ref="debug_lamp_label_252">
			<bounds x="815" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_253" ref="debug_lamp_label_253">
			<bounds x="879" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp254" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_254" ref="debug_lamp_label_254">
			<bounds x="943" y="1007" width="30" height="30"/>
		</element>
		<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="992" width="60" height="60"/>
		</element>
		<element name="debug_lamp_label_255" ref="debug_lamp_label_255">
			<bounds x="1007" y="1007" width="30" height="30"/>
		</element>
		<element name="debug_button_0" ref="debug_button_unreferenced" state="0" inputtag="IN-0" inputmask="0x01">
			<bounds x="1100" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_label_0" ref="debug_button_label_0">
			<bounds x="1120" y="671" width="40" height="22"/>
		</element>
		<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="IN-0" inputmask="0x02">
			<bounds x="1184" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_label_1" ref="debug_button_label_1">
			<bounds x="1204" y="671" width="40" height="22"/>
		</element>
		<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="IN-0" inputmask="0x04">
			<bounds x="1268" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_label_2" ref="debug_button_label_2">
			<bounds x="1288" y="671" width="40" height="22"/>
		</element>
		<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="IN-0" inputmask="0x08">
			<bounds x="1352" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_label_3" ref="debug_button_label_3">
			<bounds x="1372" y="671" width="40" height="22"/>
		</element>
		<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="IN-0" inputmask="0x10">
			<bounds x="1436" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_label_4" ref="debug_button_label_4">
			<bounds x="1456" y="671" width="40" height="22"/>
		</element>
		<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="IN-0" inputmask="0x20">
			<bounds x="1520" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_label_5" ref="debug_button_label_5">
			<bounds x="1540" y="671" width="40" height="22"/>
		</element>
		<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="IN-0" inputmask="0x40">
			<bounds x="1604" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_label_6" ref="debug_button_label_6">
			<bounds x="1624" y="671" width="40" height="22"/>
		</element>
		<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="IN-0" inputmask="0x80">
			<bounds x="1688" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_label_7" ref="debug_button_label_7">
			<bounds x="1708" y="671" width="40" height="22"/>
		</element>
		<element name="lamp0" ref="debug_button_standard" state="0" inputtag="IN-1" inputmask="0x01">
			<bounds x="1100" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_label_8" ref="debug_button_label_8">
			<bounds x="1120" y="719" width="40" height="22"/>
		</element>
		<element name="lamp1" ref="debug_button_standard" state="0" inputtag="IN-1" inputmask="0x02">
			<bounds x="1184" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_label_9" ref="debug_button_label_9">
			<bounds x="1204" y="719" width="40" height="22"/>
		</element>
		<element name="lamp2" ref="debug_button_standard" state="0" inputtag="IN-1" inputmask="0x04">
			<bounds x="1268" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_label_10" ref="debug_button_label_10">
			<bounds x="1288" y="719" width="40" height="22"/>
		</element>
		<element name="lamp3" ref="debug_button_standard" state="0" inputtag="IN-1" inputmask="0x08">
			<bounds x="1352" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_label_11" ref="debug_button_label_11">
			<bounds x="1372" y="719" width="40" height="22"/>
		</element>
		<element name="lamp4" ref="debug_button_standard" state="0" inputtag="IN-1" inputmask="0x10">
			<bounds x="1436" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_label_12" ref="debug_button_label_12">
			<bounds x="1456" y="719" width="40" height="22"/>
		</element>
		<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="IN-1" inputmask="0x20">
			<bounds x="1520" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_label_13" ref="debug_button_label_13">
			<bounds x="1540" y="719" width="40" height="22"/>
		</element>
		<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="IN-1" inputmask="0x40">
			<bounds x="1604" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_label_14" ref="debug_button_label_14">
			<bounds x="1624" y="719" width="40" height="22"/>
		</element>
		<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="IN-1" inputmask="0x80">
			<bounds x="1688" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_label_15" ref="debug_button_label_15">
			<bounds x="1708" y="719" width="40" height="22"/>
		</element>
		<element name="lamp5" ref="debug_button_standard" state="0" inputtag="IN-2" inputmask="0x01">
			<bounds x="1100" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_label_16" ref="debug_button_label_16">
			<bounds x="1120" y="767" width="40" height="22"/>
		</element>
		<element name="lamp6" ref="debug_button_standard" state="0" inputtag="IN-2" inputmask="0x02">
			<bounds x="1184" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_label_17" ref="debug_button_label_17">
			<bounds x="1204" y="767" width="40" height="22"/>
		</element>
		<element name="lamp7" ref="debug_button_standard" state="0" inputtag="IN-2" inputmask="0x04">
			<bounds x="1268" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_label_18" ref="debug_button_label_18">
			<bounds x="1288" y="767" width="40" height="22"/>
		</element>
		<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="IN-2" inputmask="0x08">
			<bounds x="1352" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_label_19" ref="debug_button_label_19">
			<bounds x="1372" y="767" width="40" height="22"/>
		</element>
		<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="IN-2" inputmask="0x10">
			<bounds x="1436" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_label_20" ref="debug_button_label_20">
			<bounds x="1456" y="767" width="40" height="22"/>
		</element>
		<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="IN-2" inputmask="0x20">
			<bounds x="1520" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_label_21" ref="debug_button_label_21">
			<bounds x="1540" y="767" width="40" height="22"/>
		</element>
		<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="IN-2" inputmask="0x40">
			<bounds x="1604" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_label_22" ref="debug_button_label_22">
			<bounds x="1624" y="767" width="40" height="22"/>
		</element>
		<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="IN-2" inputmask="0x80">
			<bounds x="1688" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_label_23" ref="debug_button_label_23">
			<bounds x="1708" y="767" width="40" height="22"/>
		</element>
		<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="IN-3" inputmask="0x01">
			<bounds x="1100" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_label_24" ref="debug_button_label_24">
			<bounds x="1120" y="815" width="40" height="22"/>
		</element>
		<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="IN-3" inputmask="0x02">
			<bounds x="1184" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_label_25" ref="debug_button_label_25">
			<bounds x="1204" y="815" width="40" height="22"/>
		</element>
		<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="IN-3" inputmask="0x04">
			<bounds x="1268" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_label_26" ref="debug_button_label_26">
			<bounds x="1288" y="815" width="40" height="22"/>
		</element>
		<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="IN-3" inputmask="0x08">
			<bounds x="1352" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_label_27" ref="debug_button_label_27">
			<bounds x="1372" y="815" width="40" height="22"/>
		</element>
		<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="IN-3" inputmask="0x10">
			<bounds x="1436" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_label_28" ref="debug_button_label_28">
			<bounds x="1456" y="815" width="40" height="22"/>
		</element>
		<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="IN-3" inputmask="0x20">
			<bounds x="1520" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_label_29" ref="debug_button_label_29">
			<bounds x="1540" y="815" width="40" height="22"/>
		</element>
		<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="IN-3" inputmask="0x40">
			<bounds x="1604" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_label_30" ref="debug_button_label_30">
			<bounds x="1624" y="815" width="40" height="22"/>
		</element>
		<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="IN-3" inputmask="0x80">
			<bounds x="1688" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_label_31" ref="debug_button_label_31">
			<bounds x="1708" y="815" width="40" height="22"/>
		</element>
		<element name="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="IN-4" inputmask="0x01">
			<bounds x="1100" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_label_32" ref="debug_button_label_32">
			<bounds x="1120" y="863" width="40" height="22"/>
		</element>
		<element name="debug_button_33" ref="debug_button_unreferenced" state="0" inputtag="IN-4" inputmask="0x02">
			<bounds x="1184" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_label_33" ref="debug_button_label_33">
			<bounds x="1204" y="863" width="40" height="22"/>
		</element>
		<element name="debug_button_34" ref="debug_button_unreferenced" state="0" inputtag="IN-4" inputmask="0x04">
			<bounds x="1268" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_label_34" ref="debug_button_label_34">
			<bounds x="1288" y="863" width="40" height="22"/>
		</element>
		<element name="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="IN-4" inputmask="0x08">
			<bounds x="1352" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_label_35" ref="debug_button_label_35">
			<bounds x="1372" y="863" width="40" height="22"/>
		</element>
		<element name="debug_button_36" ref="debug_button_unreferenced" state="0" inputtag="IN-4" inputmask="0x10">
			<bounds x="1436" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_label_36" ref="debug_button_label_36">
			<bounds x="1456" y="863" width="40" height="22"/>
		</element>
		<element name="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="IN-4" inputmask="0x20">
			<bounds x="1520" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_label_37" ref="debug_button_label_37">
			<bounds x="1540" y="863" width="40" height="22"/>
		</element>
		<element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="IN-4" inputmask="0x40">
			<bounds x="1604" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_label_38" ref="debug_button_label_38">
			<bounds x="1624" y="863" width="40" height="22"/>
		</element>
		<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="IN-4" inputmask="0x80">
			<bounds x="1688" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_label_39" ref="debug_button_label_39">
			<bounds x="1708" y="863" width="40" height="22"/>
		</element>
		<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="IN-5" inputmask="0x01">
			<bounds x="1100" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_label_40" ref="debug_button_label_40">
			<bounds x="1120" y="911" width="40" height="22"/>
		</element>
		<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="IN-5" inputmask="0x02">
			<bounds x="1184" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_label_41" ref="debug_button_label_41">
			<bounds x="1204" y="911" width="40" height="22"/>
		</element>
		<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="IN-5" inputmask="0x04">
			<bounds x="1268" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_label_42" ref="debug_button_label_42">
			<bounds x="1288" y="911" width="40" height="22"/>
		</element>
		<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="IN-5" inputmask="0x08">
			<bounds x="1352" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_label_43" ref="debug_button_label_43">
			<bounds x="1372" y="911" width="40" height="22"/>
		</element>
		<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="IN-5" inputmask="0x10">
			<bounds x="1436" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_label_44" ref="debug_button_label_44">
			<bounds x="1456" y="911" width="40" height="22"/>
		</element>
		<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="IN-5" inputmask="0x20">
			<bounds x="1520" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_label_45" ref="debug_button_label_45">
			<bounds x="1540" y="911" width="40" height="22"/>
		</element>
		<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="IN-5" inputmask="0x40">
			<bounds x="1604" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_label_46" ref="debug_button_label_46">
			<bounds x="1624" y="911" width="40" height="22"/>
		</element>
		<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="IN-5" inputmask="0x80">
			<bounds x="1688" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_label_47" ref="debug_button_label_47">
			<bounds x="1708" y="911" width="40" height="22"/>
		</element>
		<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="IN-6" inputmask="0x01">
			<bounds x="1100" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_label_48" ref="debug_button_label_48">
			<bounds x="1120" y="959" width="40" height="22"/>
		</element>
		<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="IN-6" inputmask="0x02">
			<bounds x="1184" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_label_49" ref="debug_button_label_49">
			<bounds x="1204" y="959" width="40" height="22"/>
		</element>
		<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="IN-6" inputmask="0x04">
			<bounds x="1268" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_label_50" ref="debug_button_label_50">
			<bounds x="1288" y="959" width="40" height="22"/>
		</element>
		<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="IN-6" inputmask="0x08">
			<bounds x="1352" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_label_51" ref="debug_button_label_51">
			<bounds x="1372" y="959" width="40" height="22"/>
		</element>
		<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="IN-6" inputmask="0x10">
			<bounds x="1436" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_label_52" ref="debug_button_label_52">
			<bounds x="1456" y="959" width="40" height="22"/>
		</element>
		<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="IN-6" inputmask="0x20">
			<bounds x="1520" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_label_53" ref="debug_button_label_53">
			<bounds x="1540" y="959" width="40" height="22"/>
		</element>
		<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="IN-6" inputmask="0x40">
			<bounds x="1604" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_label_54" ref="debug_button_label_54">
			<bounds x="1624" y="959" width="40" height="22"/>
		</element>
		<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="IN-6" inputmask="0x80">
			<bounds x="1688" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_label_55" ref="debug_button_label_55">
			<bounds x="1708" y="959" width="40" height="22"/>
		</element>
		<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="IN-7" inputmask="0x01">
			<bounds x="1100" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_label_56" ref="debug_button_label_56">
			<bounds x="1120" y="1007" width="40" height="22"/>
		</element>
		<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="IN-7" inputmask="0x02">
			<bounds x="1184" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_label_57" ref="debug_button_label_57">
			<bounds x="1204" y="1007" width="40" height="22"/>
		</element>
		<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="IN-7" inputmask="0x04">
			<bounds x="1268" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_label_58" ref="debug_button_label_58">
			<bounds x="1288" y="1007" width="40" height="22"/>
		</element>
		<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="IN-7" inputmask="0x08">
			<bounds x="1352" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_label_59" ref="debug_button_label_59">
			<bounds x="1372" y="1007" width="40" height="22"/>
		</element>
		<element name="lamp138" ref="debug_button_standard" state="0" inputtag="IN-7" inputmask="0x10">
			<bounds x="1436" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_label_60" ref="debug_button_label_60">
			<bounds x="1456" y="1007" width="40" height="22"/>
		</element>
		<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="IN-7" inputmask="0x20">
			<bounds x="1520" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_label_61" ref="debug_button_label_61">
			<bounds x="1540" y="1007" width="40" height="22"/>
		</element>
		<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="IN-7" inputmask="0x40">
			<bounds x="1604" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_label_62" ref="debug_button_label_62">
			<bounds x="1624" y="1007" width="40" height="22"/>
		</element>
		<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="IN-7" inputmask="0x80">
			<bounds x="1688" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_label_63" ref="debug_button_label_63">
			<bounds x="1708" y="1007" width="40" height="22"/>
		</element>
		<element name="vfd0" ref="debug_vfd" state="0">
			<bounds x="1150" y="600" width="32" height="48"/>
		</element>
		<element name="vfd1" ref="debug_vfd" state="0">
			<bounds x="1182" y="600" width="32" height="48"/>
		</element>
		<element name="vfd2" ref="debug_vfd" state="0">
			<bounds x="1214" y="600" width="32" height="48"/>
		</element>
		<element name="vfd3" ref="debug_vfd" state="0">
			<bounds x="1246" y="600" width="32" height="48"/>
		</element>
		<element name="vfd4" ref="debug_vfd" state="0">
			<bounds x="1278" y="600" width="32" height="48"/>
		</element>
		<element name="vfd5" ref="debug_vfd" state="0">
			<bounds x="1310" y="600" width="32" height="48"/>
		</element>
		<element name="vfd6" ref="debug_vfd" state="0">
			<bounds x="1342" y="600" width="32" height="48"/>
		</element>
		<element name="vfd7" ref="debug_vfd" state="0">
			<bounds x="1374" y="600" width="32" height="48"/>
		</element>
		<element name="vfd8" ref="debug_vfd" state="0">
			<bounds x="1406" y="600" width="32" height="48"/>
		</element>
		<element name="vfd9" ref="debug_vfd" state="0">
			<bounds x="1438" y="600" width="32" height="48"/>
		</element>
		<element name="vfd10" ref="debug_vfd" state="0">
			<bounds x="1470" y="600" width="32" height="48"/>
		</element>
		<element name="vfd11" ref="debug_vfd" state="0">
			<bounds x="1502" y="600" width="32" height="48"/>
		</element>
		<element name="vfd12" ref="debug_vfd" state="0">
			<bounds x="1534" y="600" width="32" height="48"/>
		</element>
		<element name="vfd13" ref="debug_vfd" state="0">
			<bounds x="1566" y="600" width="32" height="48"/>
		</element>
		<element name="vfd14" ref="debug_vfd" state="0">
			<bounds x="1598" y="600" width="32" height="48"/>
		</element>
		<element name="vfd15" ref="debug_vfd" state="0">
			<bounds x="1630" y="600" width="32" height="48"/>
		</element>
		<element ref="reel_background">
			<bounds x="1100" y="32" width="120" height="240"/>
		</element>
		<element name="lamp48" ref="reel_lamp" state="0">
			<bounds x="1100.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp49" ref="reel_lamp" state="0">
			<bounds x="1100.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp50" 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="lamp51" ref="reel_lamp" state="0">
			<bounds x="1240.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp52" ref="reel_lamp" state="0">
			<bounds x="1240.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp53" 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="lamp64" ref="reel_lamp" state="0">
			<bounds x="1380.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp65" ref="reel_lamp" state="0">
			<bounds x="1380.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp66" 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="sreel4" ref="reel3" state="0">
			<bounds x="1520" 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="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>
	</view>
</mamelayout>