summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/layout/m5scharg.lay
blob: 0e0bf98e185a15df828fdb0f90d9e6708d44bbc4 (plain) (tree)
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
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
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180



























                                                                    
                                   


















                                                                              
                                    






































                                                                              
                                    


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                      


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                      






















































































































































































































































































































































                                                                              
                                    










































































































































































































                                                                              
                                    






















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                    


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                    


















                                                                              
                                    














































































                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                      






































































































































































































                                                                              
                                    


































































































































































                                                                              
                                    


















































































































































































































                                                                              
                                    






























































































































































































































































































































                                                                              
                                    






















































































































































































                                                                              
                                       


















                                                                              
                                       


















                                                                              
                                       


















                                                                              
                                      


































































































































































































































































































































































                                                                              
                                   






































































































































































































































































































































































































































                                                                                                                                                                             







                                                                                                                                                    
                  

                                      



                                                                              

                                        



                                                                              

                                       



                                                                              

                                       



                                                                              

                                         



                                                                              

                                        



                                                                              

                                       



                                                                              

                                     



                                                                              

                                     



                                                                              

                                      



                                                                              

                                               



                                                                              

                                              
                                                                 
                       
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  















                                                                                      
                  






                                                                    
                  








                                                                                      































                                                                 
                                               
                                                                      

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                               
                                                                         

                                                             
                                                                         

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                     

                                                                   
                                                                     

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                      

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                                                           
                                                                      

                                                                                                    
                                                                      

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                       

                                                                                                          
                                                                       

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                    

                                                                                                          
                                                                     

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                               
                                                                         

                                                           
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                           
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                          
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                         

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                        

                                                         
                                                                      
                          


                                     
                                                     
                                                                        
                          
 
                                                                              
                                                                      
                          
                                                                          
                                                                      
                          
                                                                              
                                                                       
                          
                                                                          
                                                                       
                          
                                                                              
                                                                       
                          
                                                                          
                                                                       
                          
                                                                              
                                                                       
                          
                                                                          
                                                                       
                          
                                                                              
                                                                       
                          
                                                                          
                                                                       
                          
                                                                               
                                                                       
                          
                                                                           
                                                                       
                          
                                                                               
                                                                       
                          
                                                                           
                                                                       
                          
                                                                               
                                                                       
                          
                                                                           
                                                                       
                          
                                                                               
                                                                      
                          
                                                                               
                                                                      
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                           
                                                                       
                          
                                                                               
                                                                       
                          
                                                                           
                                                                       
                          
                                                                               
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                               
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                               
                                                                        
                          
                                                                           
                                                                        
                          
                                                                               
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                         
                                                                       
                          
                                                                         
                                                                       
                          
                                                                         
                                                                        
                          
                                                                         
                                                                        
                          
                                                                         
                                                                        
                          
                                                                         
                                                                        
                          
                                                                         
                                                                        
                          
                                                                         
                                                                        
                          
                                                                         
                                                                        
                          
                                                                         
                                                                        
                          
                                                                         
                                                                        
                          
                                                                         
                                                                        
                          
                                                                         
                                                                        
                          
                                                                         
                                                                        
                          
                                                                         
                                                                        
                          
                                                                         
                                                                        
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                       
                          
                                                                            
                                                                       
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                       
                          
                                                                            
                                                                       
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                       
                          
                                                                            
                                                                       
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                            
                                                                       
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                            
                                                                       
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                           
                                                                        
                          












                                                                                                
                                                                                                                      
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          




















                                                                                                    
                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          

                                                             
                                                                          

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         
                          

               
<?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_1_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_1_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_3_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_3_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_5_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_5_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="sc">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_7_1_border" defstate="0">
		<rect state="1">
			<color red="0.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_7_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="£25">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_9_1_border" defstate="0">
		<rect state="1">
			<color red="0.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="£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_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="£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_13_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_13_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.40">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_15_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_15_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_21_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_21_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_23_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_23_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.60">
			<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_25_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_25_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_26_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_26_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_27_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_27_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_28_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_28_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_29_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_29_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_47_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_47_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="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_151_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_151_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="change">
			<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_134_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_134_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="multi fill">
			<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.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_135_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="x2 add">
			<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_143_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_143_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="lucky 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_96_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_96_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 step">
			<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="boost">
			<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="no 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_80_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_80_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="xtra 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_115_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_115_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_107_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_107_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_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="£25">
			<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="+rep">
			<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_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="9">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_91_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_91_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_99_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_99_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_148_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_148_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="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_132_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_132_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="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_133_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_133_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="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_140_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_140_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="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_141_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_141_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="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_149_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_149_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="9">
			<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_157_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_157_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="£25">
			<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="+rep">
			<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_128_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_128_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">
			<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_136_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_136_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.25"/>
		</rect>
		<text string="£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_138_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_138_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.25"/>
		</rect>
		<text string="£25">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_152_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_152_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_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="£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_170_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_170_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.25"/>
		</rect>
		<text string="£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_186_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_186_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="£15">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_177_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_177_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.25"/>
		</rect>
		<text string="£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_169_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_169_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">
			<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_161_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_161_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.25"/>
		</rect>
		<text string="£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_145_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_145_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="£25">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_129_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_129_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.25"/>
		</rect>
		<text string="£12">
			<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="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_31_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_31_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_30_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_30_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_33_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_33_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.00">
			<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="£2.40">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_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="£2.00">
			<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="£1.60">
			<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="£1.20">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_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="£1.00">
			<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_49_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_49_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.00">
			<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_50_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_50_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.00">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_51_1_border" defstate="0">
		<rect state="1">
			<color red="0.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_51_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.00">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_52_1_border" defstate="0">
		<rect state="1">
			<color red="0.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_52_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.60">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_84_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_84_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="3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_85_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_85_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="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_92_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_92_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="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_93_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_93_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.25"/>
		</rect>
		<text string="5">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_100_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_100_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_101_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_101_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="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_109_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_109_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="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_117_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_117_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="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_125_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_125_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="9">
			<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_126_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_126_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="£25">
			<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="+rep">
			<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_187_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_187_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_179_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_179_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="4">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_171_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_171_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="5">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_163_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_163_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="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_155_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_155_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="7">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_147_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_147_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="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_139_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_139_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="9">
			<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.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_131_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="£25">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="+rep">
			<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_180_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_180_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_188_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_188_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="2">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_164_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_164_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="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_172_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_172_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="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_156_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_156_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="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_150_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_150_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="shoot 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_142_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_142_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="money">
			<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="mad">
			<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_190_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_190_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="nearest 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="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="crazy">
			<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=" cash??">
			<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_165_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_165_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="£25">
			<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="+rep">
			<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_173_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_173_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="prize">
			<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="grabber">
			<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_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="money">
			<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="multi-">
			<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="plier">
			<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_189_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_189_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="tutti">
			<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="fruiti">
			<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_174_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_174_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="turbo">
			<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="win">
			<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_166_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_166_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="reel">
			<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=" match??">
			<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_55_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_55_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="turbo">
			<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="life">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_54_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_54_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="turbo">
			<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="life">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_53_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_53_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="turbo">
			<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="life">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_124_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_124_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_123_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_123_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_116_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_116_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_108_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_108_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_89_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_89_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_90_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_90_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="£25">
			<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="+rep">
			<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_97_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_97_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_98_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_98_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="12">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_105_1_border" defstate="0">
		<rect state="1">
			<color red="0.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_105_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="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_106_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_106_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="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_113_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_113_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="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_114_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_114_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="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_121_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_121_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="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_122_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_122_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="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_60_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_60_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="£25.00">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_59_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_59_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="£15.00">
			<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_57_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_57_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.00">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_48_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_48_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.00">
			<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_167_1_border" defstate="0">
		<disk state="1">
			<color red="0.00" green="0.50" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.00" green="0.12" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_167_1" defstate="0">
		<disk state="1">
			<color red="0.00" green="1.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.00" green="0.25" blue="0.25"/>
		</disk>
		<text string="lo">
			<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_183_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_183_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="hi">
			<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_120_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_120_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="step3">
			<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_112_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_112_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="step2">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_104_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_104_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="step1">
			<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_248_1_border" defstate="0">
		<disk state="1">
			<color red="0.00" green="0.50" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.00" green="0.12" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_248_1" defstate="0">
		<disk state="1">
			<color red="0.00" green="1.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.00" green="0.25" blue="0.25"/>
		</disk>
		<text string="lo">
			<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_232_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_232_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="hi">
			<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_216_1_border" defstate="0">
		<disk state="1">
			<color red="0.00" green="0.50" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.00" green="0.12" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_216_1" defstate="0">
		<disk state="1">
			<color red="0.00" green="1.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.00" green="0.25" blue="0.25"/>
		</disk>
		<text string="lo">
			<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_200_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_200_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="hi">
			<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_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="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_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="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_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="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="now">
			<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_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="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_44_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_44_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_45_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_45_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_46_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_46_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="l">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.22"/>
		</text>
		<text string="o">
			<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="s">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.22"/>
		</text>
		<text string="e">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.72" width="0.90" height="0.22"/>
		</text>
	</element>
	<element name="lamp_255_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_255_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="colour_button_230_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_230">
		<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>
	</element>
	<element name="colour_button_231_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_231">
		<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_232_border">
		<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="colour_button_232">
		<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>
	</element>
	<element name="colour_button_233_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_233">
		<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_234_border">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.13"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.03"/>
		</rect>
	</element>
	<element name="colour_button_234">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.06"/>
		</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_235_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_235">
		<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="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_236_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_236">
		<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="STEPS">
			<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_237_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_237">
		<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_238_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_238">
		<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>
		<text string="TEST(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="colour_button_239_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_239">
		<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>
	</element>
	<element name="colour_button_240_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_240">
		<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="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_241_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_241">
		<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>
	</element>
	<element name="colour_button_242_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_242">
		<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="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="down(v)">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="colour_button_243_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_243">
		<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>
	</element>
	<element name="colour_button_244_border">
		<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="colour_button_244">
		<rect state="1">
			<color red="0.50" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.00" blue="0.25"/>
		</rect>
		<text string="nudge">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string=" up(a)">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="colour_button_245_border">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.38"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.09"/>
		</rect>
	</element>
	<element name="colour_button_245">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.75"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.19"/>
		</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_246_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_246">
		<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>
	</element>
	<element name="reel_background">
		<rect>
			<color red="1.0" green="1.0" blue="1.0"/>
		</rect>
	</element>
	<element name="reel1" defstate="0">
		<reel reelreversed="0" stateoffset="2730" 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="0" stateoffset="2730" 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="2730" 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="reel4" defstate="0">
		<reel reelreversed="0" stateoffset="2730" 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="led_background">
		<rect>
			<color red="0.4" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_on">
		<rect state="1">
			<color red="1.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_dot_on">
		<disk state="1">
			<color red="1.0" green="0.0" blue="0.0"/>
		</disk>
	</element>
	<element name="led_off">
		<rect state="0">
			<color red="0.5" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_dot_off">
		<disk state="0">
			<color red="0.5" green="0.0" blue="0.0"/>
		</disk>
	</element>
	<element name="led_digit_rect_black">
		<rect>
			<color red="0.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_digit_rect_red">
		<rect>
			<color red="1.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_digit_rect_green">
		<rect>
			<color red="0.0" green="1.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_digit_rect_blue">
		<rect>
			<color red="0.0" green="0.0" blue="1.0"/>
		</rect>
	</element>
	<element name="led_digit_red">
		<led7seg>
			<color red="1.0" green="0.0" blue="0.0"/>
		</led7seg>
	</element>
	<element name="led_digit_green">
		<led7seg>
			<color red="0.0" green="1.0" blue="0.0"/>
		</led7seg>
	</element>
	<element name="led_digit_blue">
		<led7seg>
			<color red="0.0" green="0.5" blue="1.0"/>
		</led7seg>
	</element>
	<element name="vfd0">
		<led16segsc>
			<color red="0.0" green="1.0" blue="1.0"/>
		</led16segsc>
	</element>
	<element name="vfd0_background">
		<rect>
			<color red="0.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="reel_lamp" defstate="0">
		<rect> <color red="0.40" green="0.40" blue="0.40"/> </rect>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="1.0"      height="1.0"/>      <color red="0.50" green="0.50" blue="0.50"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.916667" height="0.916667"/> <color red="0.60" green="0.60" blue="0.60"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.833333" height="0.833333"/> <color red="0.70" green="0.70" blue="0.70"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.75"     height="0.75"/>     <color red="0.80" green="0.80" blue="0.80"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.666667" height="0.666667"/> <color red="0.90" green="0.90" blue="0.90"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.583333" height="0.583333"/> <color red="1.00" green="1.00" blue="1.00"/> </disk>
	</element>
	<element name="label_120">
		<text string="blasts">
			<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_121">
		<text string="winspins">
			<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_122">
		<text string="nudgeup">
			<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_123">
		<text string="nudgedn">
			<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_124">
		<text string="knockouts">
			<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_125">
		<text string="features">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_138">
		<text string="charged">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_139">
		<text string="super">
			<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_218">
		<text string="lower">
			<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_219">
		<text string="higher">
			<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_228">
		<text string="For mfme v10.1a">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="debug_backdrop_colour">
		<rect>
			<color red="0.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="debug_lamp_standard">
		<rect state="0">
			<color red="0.00" green="0.20" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_lamp_reel">
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.20"/>
		</rect>
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
	</element>
	<element name="debug_lamp_segment">
		<rect state="0">
			<color red="0.20" green="0.00" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_lamp_button">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_lamp_unreferenced">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.20"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="1.00"/>
		</rect>
	</element>
	<repeat count="256">
		<param name="n" start="0" increment="1"/>
		<element name="debug_lamp_label_~n~">
			<text string="~n~">
				<color red="0.0" green="0.0" blue="0.0"/>
				<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
			</text>
		</element>
	</repeat>
	<element name="debug_button_standard">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_button_unreferenced">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.20"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="1.00"/>
		</rect>
	</element>
	<repeat count="64">
		<param name="n" start="0" increment="1"/>
		<element name="debug_button_label_~n~">
			<text string="~n~">
				<color red="0.0" green="0.0" blue="0.0"/>
				<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
			</text>
		</element>
	</repeat>
	<element name="debug_vfd">
		<led16segsc>
			<color red="0.0" green="1.0" blue="1.0"/>
		</led16segsc>
	</element>
	<element name="debug_stepper_value" defstate="0">
		<simplecounter maxstate="999" digits="3">
			<color red="1.0" green="1.0" blue="1.0"/>
		</simplecounter>
	</element>
	<element name="debug_reel_symbol_count_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="16">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>
	<element name="debug_reel_symbol_count_4">
		<text string="16">
			<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="922" height="790"/>
		</element>
		<element ref="reel_background">
			<bounds x="423" y="594" width="80" height="140"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="423.0000" y="594.0000" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="423.0000" y="640.6667" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="423.0000" y="687.3333" width="80.0000" height="46.6667"/>
		</element>
		<element name="sreel2" ref="reel1" state="0">
			<bounds x="423" y="594" width="80" height="140"/>
		</element>
		<element ref="reel_background">
			<bounds x="337" y="594" width="80" height="140"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="337.0000" y="594.0000" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="337.0000" y="640.6667" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="337.0000" y="687.3333" width="80.0000" height="46.6667"/>
		</element>
		<element name="sreel3" ref="reel2" state="0">
			<bounds x="337" y="594" width="80" height="140"/>
		</element>
		<element ref="reel_background">
			<bounds x="251" y="595" width="80" height="140"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="251.0000" y="595.0000" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="251.0000" y="641.6667" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="251.0000" y="688.3333" width="80.0000" height="46.6667"/>
		</element>
		<element name="sreel4" ref="reel3" state="0">
			<bounds x="251" y="595" width="80" height="140"/>
		</element>
		<element ref="reel_background">
			<bounds x="354" y="252" width="60" height="200"/>
		</element>
		<element name="sreel5" ref="reel4" state="0">
			<bounds x="354" y="252" width="60" height="200"/>
		</element>
		<element name="lamp1" ref="lamp_1_1_border" state="0">
			<bounds x="148" y="563" width="37" height="27"/>
		</element>
		<element name="lamp1" ref="lamp_1_1" state="0">
			<bounds x="150" y="565" width="33" height="23"/>
		</element>
		<element name="lamp3" ref="lamp_3_1_border" state="0">
			<bounds x="148" y="539" width="37" height="27"/>
		</element>
		<element name="lamp3" ref="lamp_3_1" state="0">
			<bounds x="150" y="541" width="33" height="23"/>
		</element>
		<element name="lamp5" ref="lamp_5_1_border" state="0">
			<bounds x="148" y="516" width="37" height="27"/>
		</element>
		<element name="lamp5" ref="lamp_5_1" state="0">
			<bounds x="150" y="518" width="33" height="23"/>
		</element>
		<element name="lamp7" ref="lamp_7_1_border" state="0">
			<bounds x="148" y="494" width="37" height="25"/>
		</element>
		<element name="lamp7" ref="lamp_7_1" state="0">
			<bounds x="150" y="496" width="33" height="21"/>
		</element>
		<element name="lamp9" ref="lamp_9_1_border" state="0">
			<bounds x="148" y="587" width="37" height="25"/>
		</element>
		<element name="lamp9" ref="lamp_9_1" state="0">
			<bounds x="150" y="589" width="33" height="21"/>
		</element>
		<element name="lamp11" ref="lamp_11_1_border" state="0">
			<bounds x="148" y="609" width="37" height="25"/>
		</element>
		<element name="lamp11" ref="lamp_11_1" state="0">
			<bounds x="150" y="611" width="33" height="21"/>
		</element>
		<element name="lamp13" ref="lamp_13_1_border" state="0">
			<bounds x="148" y="631" width="37" height="25"/>
		</element>
		<element name="lamp13" ref="lamp_13_1" state="0">
			<bounds x="150" y="633" width="33" height="21"/>
		</element>
		<element name="lamp15" ref="lamp_15_1_border" state="0">
			<bounds x="148" y="653" width="37" height="27"/>
		</element>
		<element name="lamp15" ref="lamp_15_1" state="0">
			<bounds x="150" y="655" width="33" height="23"/>
		</element>
		<element name="lamp21" ref="lamp_21_1_border" state="0">
			<bounds x="148" y="700" width="37" height="27"/>
		</element>
		<element name="lamp21" ref="lamp_21_1" state="0">
			<bounds x="150" y="702" width="33" height="23"/>
		</element>
		<element name="lamp23" ref="lamp_23_1_border" state="0">
			<bounds x="148" y="676" width="37" height="27"/>
		</element>
		<element name="lamp23" ref="lamp_23_1" state="0">
			<bounds x="150" y="678" width="33" height="23"/>
		</element>
		<element name="lamp25" ref="lamp_25_1_border" state="0">
			<bounds x="641" y="627" width="32" height="32"/>
		</element>
		<element name="lamp25" ref="lamp_25_1" state="0">
			<bounds x="643" y="629" width="28" height="28"/>
		</element>
		<element name="lamp26" ref="lamp_26_1_border" state="0">
			<bounds x="669" y="627" width="32" height="32"/>
		</element>
		<element name="lamp26" ref="lamp_26_1" state="0">
			<bounds x="671" y="629" width="28" height="28"/>
		</element>
		<element name="lamp27" ref="lamp_27_1_border" state="0">
			<bounds x="698" y="627" width="32" height="32"/>
		</element>
		<element name="lamp27" ref="lamp_27_1" state="0">
			<bounds x="700" y="629" width="28" height="28"/>
		</element>
		<element name="lamp28" ref="lamp_28_1_border" state="0">
			<bounds x="727" y="627" width="32" height="32"/>
		</element>
		<element name="lamp28" ref="lamp_28_1" state="0">
			<bounds x="729" y="629" width="28" height="28"/>
		</element>
		<element name="lamp29" ref="lamp_29_1_border" state="0">
			<bounds x="756" y="627" width="32" height="32"/>
		</element>
		<element name="lamp29" ref="lamp_29_1" state="0">
			<bounds x="758" y="629" width="28" height="28"/>
		</element>
		<element name="lamp47" ref="lamp_47_1_border" state="0">
			<bounds x="572" y="627" width="72" height="32"/>
		</element>
		<element name="lamp47" ref="lamp_47_1" state="0">
			<bounds x="574" y="629" width="68" height="28"/>
		</element>
		<element name="lamp151" ref="lamp_151_1_border" state="0">
			<bounds x="466" y="563" width="68" height="19"/>
		</element>
		<element name="lamp151" ref="lamp_151_1" state="0">
			<bounds x="468" y="565" width="64" height="15"/>
		</element>
		<element name="lamp134" ref="lamp_134_1_border" state="0">
			<bounds x="466" y="515" width="68" height="19"/>
		</element>
		<element name="lamp134" ref="lamp_134_1" state="0">
			<bounds x="468" y="517" width="64" height="15"/>
		</element>
		<element name="lamp135" ref="lamp_135_1_border" state="0">
			<bounds x="466" y="531" width="68" height="19"/>
		</element>
		<element name="lamp135" ref="lamp_135_1" state="0">
			<bounds x="468" y="533" width="64" height="15"/>
		</element>
		<element name="lamp143" ref="lamp_143_1_border" state="0">
			<bounds x="466" y="547" width="68" height="19"/>
		</element>
		<element name="lamp143" ref="lamp_143_1" state="0">
			<bounds x="468" y="549" width="64" height="15"/>
		</element>
		<element name="lamp96" ref="lamp_96_1_border" state="0">
			<bounds x="216" y="561" width="68" height="19"/>
		</element>
		<element name="lamp96" ref="lamp_96_1" state="0">
			<bounds x="218" y="563" width="64" height="15"/>
		</element>
		<element name="lamp88" ref="lamp_88_1_border" state="0">
			<bounds x="216" y="545" width="68" height="19"/>
		</element>
		<element name="lamp88" ref="lamp_88_1" state="0">
			<bounds x="218" y="547" width="64" height="15"/>
		</element>
		<element name="lamp81" ref="lamp_81_1_border" state="0">
			<bounds x="216" y="514" width="68" height="19"/>
		</element>
		<element name="lamp81" ref="lamp_81_1" state="0">
			<bounds x="218" y="516" width="64" height="15"/>
		</element>
		<element name="lamp80" ref="lamp_80_1_border" state="0">
			<bounds x="216" y="530" width="68" height="19"/>
		</element>
		<element name="lamp80" ref="lamp_80_1" state="0">
			<bounds x="218" y="532" width="64" height="15"/>
		</element>
		<element name="lamp115" ref="lamp_115_1_border" state="0">
			<bounds x="618" y="308" width="42" height="42"/>
		</element>
		<element name="lamp115" ref="lamp_115_1" state="0">
			<bounds x="620" y="310" width="38" height="38"/>
		</element>
		<element name="lamp107" ref="lamp_107_1_border" state="0">
			<bounds x="618" y="269" width="42" height="42"/>
		</element>
		<element name="lamp107" ref="lamp_107_1" state="0">
			<bounds x="620" y="271" width="38" height="38"/>
		</element>
		<element name="lamp82" ref="lamp_82_1_border" state="0">
			<bounds x="618" y="115" width="42" height="42"/>
		</element>
		<element name="lamp82" ref="lamp_82_1" state="0">
			<bounds x="620" y="117" width="38" height="38"/>
		</element>
		<element name="lamp83" ref="lamp_83_1_border" state="0">
			<bounds x="618" y="153" width="42" height="42"/>
		</element>
		<element name="lamp83" ref="lamp_83_1" state="0">
			<bounds x="620" y="155" width="38" height="38"/>
		</element>
		<element name="lamp91" ref="lamp_91_1_border" state="0">
			<bounds x="618" y="192" width="42" height="42"/>
		</element>
		<element name="lamp91" ref="lamp_91_1" state="0">
			<bounds x="620" y="194" width="38" height="38"/>
		</element>
		<element name="lamp99" ref="lamp_99_1_border" state="0">
			<bounds x="618" y="230" width="42" height="42"/>
		</element>
		<element name="lamp99" ref="lamp_99_1" state="0">
			<bounds x="620" y="232" width="38" height="38"/>
		</element>
		<element name="lamp148" ref="lamp_148_1_border" state="0">
			<bounds x="108" y="347" width="42" height="42"/>
		</element>
		<element name="lamp148" ref="lamp_148_1" state="0">
			<bounds x="110" y="349" width="38" height="38"/>
		</element>
		<element name="lamp132" ref="lamp_132_1_border" state="0">
			<bounds x="108" y="269" width="42" height="42"/>
		</element>
		<element name="lamp132" ref="lamp_132_1" state="0">
			<bounds x="110" y="271" width="38" height="38"/>
		</element>
		<element name="lamp133" ref="lamp_133_1_border" state="0">
			<bounds x="108" y="230" width="42" height="42"/>
		</element>
		<element name="lamp133" ref="lamp_133_1" state="0">
			<bounds x="110" y="232" width="38" height="38"/>
		</element>
		<element name="lamp140" ref="lamp_140_1_border" state="0">
			<bounds x="108" y="308" width="42" height="42"/>
		</element>
		<element name="lamp140" ref="lamp_140_1" state="0">
			<bounds x="110" y="310" width="38" height="38"/>
		</element>
		<element name="lamp141" ref="lamp_141_1_border" state="0">
			<bounds x="108" y="192" width="42" height="42"/>
		</element>
		<element name="lamp141" ref="lamp_141_1" state="0">
			<bounds x="110" y="194" width="38" height="38"/>
		</element>
		<element name="lamp149" ref="lamp_149_1_border" state="0">
			<bounds x="108" y="153" width="42" height="42"/>
		</element>
		<element name="lamp149" ref="lamp_149_1" state="0">
			<bounds x="110" y="155" width="38" height="38"/>
		</element>
		<element name="lamp157" ref="lamp_157_1_border" state="0">
			<bounds x="108" y="116" width="42" height="42"/>
		</element>
		<element name="lamp157" ref="lamp_157_1" state="0">
			<bounds x="110" y="118" width="38" height="38"/>
		</element>
		<element name="lamp128" ref="lamp_128_1_border" state="0">
			<bounds x="526" y="5" width="52" height="52"/>
		</element>
		<element name="lamp128" ref="lamp_128_1" state="0">
			<bounds x="528" y="7" width="48" height="48"/>
		</element>
		<element name="lamp136" ref="lamp_136_1_border" state="0">
			<bounds x="575" y="5" width="52" height="52"/>
		</element>
		<element name="lamp136" ref="lamp_136_1" state="0">
			<bounds x="577" y="7" width="48" height="48"/>
		</element>
		<element name="lamp138" ref="lamp_138_1_border" state="0">
			<bounds x="87" y="5" width="52" height="52"/>
		</element>
		<element name="lamp138" ref="lamp_138_1" state="0">
			<bounds x="89" y="7" width="48" height="48"/>
		</element>
		<element name="lamp152" ref="lamp_152_1_border" state="0">
			<bounds x="624" y="5" width="52" height="52"/>
		</element>
		<element name="lamp152" ref="lamp_152_1" state="0">
			<bounds x="626" y="7" width="48" height="48"/>
		</element>
		<element name="lamp154" ref="lamp_154_1_border" state="0">
			<bounds x="135" y="5" width="52" height="52"/>
		</element>
		<element name="lamp154" ref="lamp_154_1" state="0">
			<bounds x="137" y="7" width="48" height="48"/>
		</element>
		<element name="lamp170" ref="lamp_170_1_border" state="0">
			<bounds x="184" y="5" width="52" height="52"/>
		</element>
		<element name="lamp170" ref="lamp_170_1" state="0">
			<bounds x="186" y="7" width="48" height="48"/>
		</element>
		<element name="lamp186" ref="lamp_186_1_border" state="0">
			<bounds x="232" y="5" width="52" height="52"/>
		</element>
		<element name="lamp186" ref="lamp_186_1" state="0">
			<bounds x="234" y="7" width="48" height="48"/>
		</element>
		<element name="lamp177" ref="lamp_177_1_border" state="0">
			<bounds x="281" y="5" width="52" height="52"/>
		</element>
		<element name="lamp177" ref="lamp_177_1" state="0">
			<bounds x="283" y="7" width="48" height="48"/>
		</element>
		<element name="lamp169" ref="lamp_169_1_border" state="0">
			<bounds x="330" y="5" width="52" height="52"/>
		</element>
		<element name="lamp169" ref="lamp_169_1" state="0">
			<bounds x="332" y="7" width="48" height="48"/>
		</element>
		<element name="lamp161" ref="lamp_161_1_border" state="0">
			<bounds x="378" y="5" width="52" height="52"/>
		</element>
		<element name="lamp161" ref="lamp_161_1" state="0">
			<bounds x="380" y="7" width="48" height="48"/>
		</element>
		<element name="lamp145" ref="lamp_145_1_border" state="0">
			<bounds x="428" y="5" width="52" height="52"/>
		</element>
		<element name="lamp145" ref="lamp_145_1" state="0">
			<bounds x="430" y="7" width="48" height="48"/>
		</element>
		<element name="lamp129" ref="lamp_129_1_border" state="0">
			<bounds x="477" y="5" width="52" height="52"/>
		</element>
		<element name="lamp129" ref="lamp_129_1" state="0">
			<bounds x="479" y="7" width="48" height="48"/>
		</element>
		<element name="lamp39" ref="lamp_39_1_border" state="0">
			<bounds x="785" y="569" width="32" height="32"/>
		</element>
		<element name="lamp39" ref="lamp_39_1" state="0">
			<bounds x="787" y="571" width="28" height="28"/>
		</element>
		<element name="lamp31" ref="lamp_31_1_border" state="0">
			<bounds x="785" y="598" width="32" height="32"/>
		</element>
		<element name="lamp31" ref="lamp_31_1" state="0">
			<bounds x="787" y="600" width="28" height="28"/>
		</element>
		<element name="lamp30" ref="lamp_30_1_border" state="0">
			<bounds x="785" y="627" width="32" height="32"/>
		</element>
		<element name="lamp30" ref="lamp_30_1" state="0">
			<bounds x="787" y="629" width="28" height="28"/>
		</element>
		<element name="lamp33" ref="lamp_33_1_border" state="0">
			<bounds x="765" y="336" width="77" height="42"/>
		</element>
		<element name="lamp33" ref="lamp_33_1" state="0">
			<bounds x="767" y="338" width="73" height="38"/>
		</element>
		<element name="lamp34" ref="lamp_34_1_border" state="0">
			<bounds x="765" y="375" width="77" height="42"/>
		</element>
		<element name="lamp34" ref="lamp_34_1" state="0">
			<bounds x="767" y="377" width="73" height="38"/>
		</element>
		<element name="lamp35" ref="lamp_35_1_border" state="0">
			<bounds x="765" y="414" width="77" height="42"/>
		</element>
		<element name="lamp35" ref="lamp_35_1" state="0">
			<bounds x="767" y="416" width="73" height="38"/>
		</element>
		<element name="lamp36" ref="lamp_36_1_border" state="0">
			<bounds x="765" y="453" width="77" height="42"/>
		</element>
		<element name="lamp36" ref="lamp_36_1" state="0">
			<bounds x="767" y="455" width="73" height="38"/>
		</element>
		<element name="lamp37" ref="lamp_37_1_border" state="0">
			<bounds x="765" y="492" width="77" height="42"/>
		</element>
		<element name="lamp37" ref="lamp_37_1" state="0">
			<bounds x="767" y="494" width="73" height="38"/>
		</element>
		<element name="lamp38" ref="lamp_38_1_border" state="0">
			<bounds x="765" y="530" width="77" height="42"/>
		</element>
		<element name="lamp38" ref="lamp_38_1" state="0">
			<bounds x="767" y="532" width="73" height="38"/>
		</element>
		<element name="lamp49" ref="lamp_49_1_border" state="0">
			<bounds x="763" y="180" width="77" height="42"/>
		</element>
		<element name="lamp49" ref="lamp_49_1" state="0">
			<bounds x="765" y="182" width="73" height="38"/>
		</element>
		<element name="lamp50" ref="lamp_50_1_border" state="0">
			<bounds x="764" y="219" width="77" height="42"/>
		</element>
		<element name="lamp50" ref="lamp_50_1" state="0">
			<bounds x="766" y="221" width="73" height="38"/>
		</element>
		<element name="lamp51" ref="lamp_51_1_border" state="0">
			<bounds x="764" y="258" width="77" height="42"/>
		</element>
		<element name="lamp51" ref="lamp_51_1" state="0">
			<bounds x="766" y="260" width="73" height="38"/>
		</element>
		<element name="lamp52" ref="lamp_52_1_border" state="0">
			<bounds x="765" y="297" width="77" height="42"/>
		</element>
		<element name="lamp52" ref="lamp_52_1" state="0">
			<bounds x="767" y="299" width="73" height="38"/>
		</element>
		<element name="lamp84" ref="lamp_84_1_border" state="0">
			<bounds x="572" y="270" width="42" height="32"/>
		</element>
		<element name="lamp84" ref="lamp_84_1" state="0">
			<bounds x="574" y="272" width="38" height="28"/>
		</element>
		<element name="lamp85" ref="lamp_85_1_border" state="0">
			<bounds x="572" y="241" width="42" height="32"/>
		</element>
		<element name="lamp85" ref="lamp_85_1" state="0">
			<bounds x="574" y="243" width="38" height="28"/>
		</element>
		<element name="lamp92" ref="lamp_92_1_border" state="0">
			<bounds x="533" y="270" width="42" height="32"/>
		</element>
		<element name="lamp92" ref="lamp_92_1" state="0">
			<bounds x="535" y="272" width="38" height="28"/>
		</element>
		<element name="lamp93" ref="lamp_93_1_border" state="0">
			<bounds x="572" y="212" width="42" height="32"/>
		</element>
		<element name="lamp93" ref="lamp_93_1" state="0">
			<bounds x="574" y="214" width="38" height="28"/>
		</element>
		<element name="lamp100" ref="lamp_100_1_border" state="0">
			<bounds x="494" y="270" width="42" height="32"/>
		</element>
		<element name="lamp100" ref="lamp_100_1" state="0">
			<bounds x="496" y="272" width="38" height="28"/>
		</element>
		<element name="lamp101" ref="lamp_101_1_border" state="0">
			<bounds x="572" y="183" width="42" height="32"/>
		</element>
		<element name="lamp101" ref="lamp_101_1" state="0">
			<bounds x="574" y="185" width="38" height="28"/>
		</element>
		<element name="lamp109" ref="lamp_109_1_border" state="0">
			<bounds x="572" y="154" width="42" height="32"/>
		</element>
		<element name="lamp109" ref="lamp_109_1" state="0">
			<bounds x="574" y="156" width="38" height="28"/>
		</element>
		<element name="lamp117" ref="lamp_117_1_border" state="0">
			<bounds x="572" y="125" width="42" height="32"/>
		</element>
		<element name="lamp117" ref="lamp_117_1" state="0">
			<bounds x="574" y="127" width="38" height="28"/>
		</element>
		<element name="lamp125" ref="lamp_125_1_border" state="0">
			<bounds x="572" y="96" width="42" height="32"/>
		</element>
		<element name="lamp125" ref="lamp_125_1" state="0">
			<bounds x="574" y="98" width="38" height="28"/>
		</element>
		<element name="lamp126" ref="lamp_126_1_border" state="0">
			<bounds x="572" y="57" width="42" height="42"/>
		</element>
		<element name="lamp126" ref="lamp_126_1" state="0">
			<bounds x="574" y="59" width="38" height="38"/>
		</element>
		<element name="lamp187" ref="lamp_187_1_border" state="0">
			<bounds x="157" y="271" width="42" height="32"/>
		</element>
		<element name="lamp187" ref="lamp_187_1" state="0">
			<bounds x="159" y="273" width="38" height="28"/>
		</element>
		<element name="lamp179" ref="lamp_179_1_border" state="0">
			<bounds x="157" y="242" width="42" height="32"/>
		</element>
		<element name="lamp179" ref="lamp_179_1" state="0">
			<bounds x="159" y="244" width="38" height="28"/>
		</element>
		<element name="lamp171" ref="lamp_171_1_border" state="0">
			<bounds x="157" y="213" width="42" height="32"/>
		</element>
		<element name="lamp171" ref="lamp_171_1" state="0">
			<bounds x="159" y="215" width="38" height="28"/>
		</element>
		<element name="lamp163" ref="lamp_163_1_border" state="0">
			<bounds x="157" y="184" width="42" height="32"/>
		</element>
		<element name="lamp163" ref="lamp_163_1" state="0">
			<bounds x="159" y="186" width="38" height="28"/>
		</element>
		<element name="lamp155" ref="lamp_155_1_border" state="0">
			<bounds x="157" y="155" width="42" height="32"/>
		</element>
		<element name="lamp155" ref="lamp_155_1" state="0">
			<bounds x="159" y="157" width="38" height="28"/>
		</element>
		<element name="lamp147" ref="lamp_147_1_border" state="0">
			<bounds x="157" y="126" width="42" height="32"/>
		</element>
		<element name="lamp147" ref="lamp_147_1" state="0">
			<bounds x="159" y="128" width="38" height="28"/>
		</element>
		<element name="lamp139" ref="lamp_139_1_border" state="0">
			<bounds x="157" y="97" width="42" height="32"/>
		</element>
		<element name="lamp139" ref="lamp_139_1" state="0">
			<bounds x="159" y="99" width="38" height="28"/>
		</element>
		<element name="lamp131" ref="lamp_131_1_border" state="0">
			<bounds x="157" y="58" width="42" height="42"/>
		</element>
		<element name="lamp131" ref="lamp_131_1" state="0">
			<bounds x="159" y="60" width="38" height="38"/>
		</element>
		<element name="lamp180" ref="lamp_180_1_border" state="0">
			<bounds x="235" y="271" width="42" height="32"/>
		</element>
		<element name="lamp180" ref="lamp_180_1" state="0">
			<bounds x="237" y="273" width="38" height="28"/>
		</element>
		<element name="lamp188" ref="lamp_188_1_border" state="0">
			<bounds x="196" y="271" width="42" height="32"/>
		</element>
		<element name="lamp188" ref="lamp_188_1" state="0">
			<bounds x="198" y="273" width="38" height="28"/>
		</element>
		<element name="lamp164" ref="lamp_164_1_border" state="0">
			<bounds x="188" y="347" width="44" height="42"/>
		</element>
		<element name="lamp164" ref="lamp_164_1" state="0">
			<bounds x="190" y="349" width="40" height="38"/>
		</element>
		<element name="lamp172" ref="lamp_172_1_border" state="0">
			<bounds x="229" y="347" width="44" height="42"/>
		</element>
		<element name="lamp172" ref="lamp_172_1" state="0">
			<bounds x="231" y="349" width="40" height="38"/>
		</element>
		<element name="lamp156" ref="lamp_156_1_border" state="0">
			<bounds x="147" y="347" width="44" height="42"/>
		</element>
		<element name="lamp156" ref="lamp_156_1" state="0">
			<bounds x="149" y="349" width="40" height="38"/>
		</element>
		<element name="lamp150" ref="lamp_150_1_border" state="0">
			<bounds x="158" y="418" width="57" height="52"/>
		</element>
		<element name="lamp150" ref="lamp_150_1" state="0">
			<bounds x="160" y="420" width="53" height="48"/>
		</element>
		<element name="lamp142" ref="lamp_142_1_border" state="0">
			<bounds x="212" y="418" width="57" height="52"/>
		</element>
		<element name="lamp142" ref="lamp_142_1" state="0">
			<bounds x="214" y="420" width="53" height="48"/>
		</element>
		<element name="lamp190" ref="lamp_190_1_border" state="0">
			<bounds x="50" y="320" width="52" height="52"/>
		</element>
		<element name="lamp190" ref="lamp_190_1" state="0">
			<bounds x="52" y="322" width="48" height="48"/>
		</element>
		<element name="lamp182" ref="lamp_182_1_border" state="0">
			<bounds x="50" y="369" width="52" height="52"/>
		</element>
		<element name="lamp182" ref="lamp_182_1" state="0">
			<bounds x="52" y="371" width="48" height="48"/>
		</element>
		<element name="lamp165" ref="lamp_165_1_border" state="0">
			<bounds x="50" y="117" width="52" height="62"/>
		</element>
		<element name="lamp165" ref="lamp_165_1" state="0">
			<bounds x="52" y="119" width="48" height="58"/>
		</element>
		<element name="lamp173" ref="lamp_173_1_border" state="0">
			<bounds x="50" y="175" width="52" height="52"/>
		</element>
		<element name="lamp173" ref="lamp_173_1" state="0">
			<bounds x="52" y="177" width="48" height="48"/>
		</element>
		<element name="lamp181" ref="lamp_181_1_border" state="0">
			<bounds x="50" y="224" width="52" height="52"/>
		</element>
		<element name="lamp181" ref="lamp_181_1" state="0">
			<bounds x="52" y="226" width="48" height="48"/>
		</element>
		<element name="lamp189" ref="lamp_189_1_border" state="0">
			<bounds x="50" y="271" width="52" height="52"/>
		</element>
		<element name="lamp189" ref="lamp_189_1" state="0">
			<bounds x="52" y="273" width="48" height="48"/>
		</element>
		<element name="lamp174" ref="lamp_174_1_border" state="0">
			<bounds x="50" y="418" width="57" height="52"/>
		</element>
		<element name="lamp174" ref="lamp_174_1" state="0">
			<bounds x="52" y="420" width="53" height="48"/>
		</element>
		<element name="lamp166" ref="lamp_166_1_border" state="0">
			<bounds x="104" y="418" width="57" height="52"/>
		</element>
		<element name="lamp166" ref="lamp_166_1" state="0">
			<bounds x="106" y="420" width="53" height="48"/>
		</element>
		<element name="lamp55" ref="lamp_55_1_border" state="0">
			<bounds x="512" y="681" width="42" height="42"/>
		</element>
		<element name="lamp55" ref="lamp_55_1" state="0">
			<bounds x="514" y="683" width="38" height="38"/>
		</element>
		<element name="lamp54" ref="lamp_54_1_border" state="0">
			<bounds x="512" y="642" width="42" height="42"/>
		</element>
		<element name="lamp54" ref="lamp_54_1" state="0">
			<bounds x="514" y="644" width="38" height="38"/>
		</element>
		<element name="lamp53" ref="lamp_53_1_border" state="0">
			<bounds x="512" y="603" width="42" height="42"/>
		</element>
		<element name="lamp53" ref="lamp_53_1" state="0">
			<bounds x="514" y="605" width="38" height="38"/>
		</element>
		<element name="lamp124" ref="lamp_124_1_border" state="0">
			<bounds x="579" y="347" width="42" height="42"/>
		</element>
		<element name="lamp124" ref="lamp_124_1" state="0">
			<bounds x="581" y="349" width="38" height="38"/>
		</element>
		<element name="lamp123" ref="lamp_123_1_border" state="0">
			<bounds x="618" y="347" width="42" height="42"/>
		</element>
		<element name="lamp123" ref="lamp_123_1" state="0">
			<bounds x="620" y="349" width="38" height="38"/>
		</element>
		<element name="lamp116" ref="lamp_116_1_border" state="0">
			<bounds x="540" y="347" width="42" height="42"/>
		</element>
		<element name="lamp116" ref="lamp_116_1" state="0">
			<bounds x="542" y="349" width="38" height="38"/>
		</element>
		<element name="lamp108" ref="lamp_108_1_border" state="0">
			<bounds x="502" y="347" width="42" height="42"/>
		</element>
		<element name="lamp108" ref="lamp_108_1" state="0">
			<bounds x="504" y="349" width="38" height="38"/>
		</element>
		<element name="lamp89" ref="lamp_89_1_border" state="0">
			<bounds x="499" y="416" width="57" height="52"/>
		</element>
		<element name="lamp89" ref="lamp_89_1" state="0">
			<bounds x="501" y="418" width="53" height="48"/>
		</element>
		<element name="lamp90" ref="lamp_90_1_border" state="0">
			<bounds x="666" y="122" width="52" height="52"/>
		</element>
		<element name="lamp90" ref="lamp_90_1" state="0">
			<bounds x="668" y="124" width="48" height="48"/>
		</element>
		<element name="lamp97" ref="lamp_97_1_border" state="0">
			<bounds x="553" y="416" width="57" height="52"/>
		</element>
		<element name="lamp97" ref="lamp_97_1" state="0">
			<bounds x="555" y="418" width="53" height="48"/>
		</element>
		<element name="lamp98" ref="lamp_98_1_border" state="0">
			<bounds x="666" y="171" width="52" height="52"/>
		</element>
		<element name="lamp98" ref="lamp_98_1" state="0">
			<bounds x="668" y="173" width="48" height="48"/>
		</element>
		<element name="lamp105" ref="lamp_105_1_border" state="0">
			<bounds x="607" y="416" width="57" height="52"/>
		</element>
		<element name="lamp105" ref="lamp_105_1" state="0">
			<bounds x="609" y="418" width="53" height="48"/>
		</element>
		<element name="lamp106" ref="lamp_106_1_border" state="0">
			<bounds x="666" y="220" width="52" height="52"/>
		</element>
		<element name="lamp106" ref="lamp_106_1" state="0">
			<bounds x="668" y="222" width="48" height="48"/>
		</element>
		<element name="lamp113" ref="lamp_113_1_border" state="0">
			<bounds x="661" y="416" width="57" height="52"/>
		</element>
		<element name="lamp113" ref="lamp_113_1" state="0">
			<bounds x="663" y="418" width="53" height="48"/>
		</element>
		<element name="lamp114" ref="lamp_114_1_border" state="0">
			<bounds x="666" y="269" width="52" height="52"/>
		</element>
		<element name="lamp114" ref="lamp_114_1" state="0">
			<bounds x="668" y="271" width="48" height="48"/>
		</element>
		<element name="lamp121" ref="lamp_121_1_border" state="0">
			<bounds x="666" y="367" width="52" height="52"/>
		</element>
		<element name="lamp121" ref="lamp_121_1" state="0">
			<bounds x="668" y="369" width="48" height="48"/>
		</element>
		<element name="lamp122" ref="lamp_122_1_border" state="0">
			<bounds x="666" y="318" width="52" height="52"/>
		</element>
		<element name="lamp122" ref="lamp_122_1" state="0">
			<bounds x="668" y="320" width="48" height="48"/>
		</element>
		<element name="lamp60" ref="lamp_60_1_border" state="0">
			<bounds x="737" y="3" width="122" height="62"/>
		</element>
		<element name="lamp60" ref="lamp_60_1" state="0">
			<bounds x="739" y="5" width="118" height="58"/>
		</element>
		<element name="lamp59" ref="lamp_59_1_border" state="0">
			<bounds x="755" y="62" width="92" height="42"/>
		</element>
		<element name="lamp59" ref="lamp_59_1" state="0">
			<bounds x="757" y="64" width="88" height="38"/>
		</element>
		<element name="lamp57" ref="lamp_57_1_border" state="0">
			<bounds x="755" y="102" width="92" height="42"/>
		</element>
		<element name="lamp57" ref="lamp_57_1" state="0">
			<bounds x="757" y="104" width="88" height="38"/>
		</element>
		<element name="lamp48" ref="lamp_48_1_border" state="0">
			<bounds x="763" y="141" width="77" height="42"/>
		</element>
		<element name="lamp48" ref="lamp_48_1" state="0">
			<bounds x="765" y="143" width="73" height="38"/>
		</element>
		<element name="lamp167" ref="lamp_167_1_border" state="0">
			<bounds x="287" y="512" width="52" height="52"/>
		</element>
		<element name="lamp167" ref="lamp_167_1" state="0">
			<bounds x="289" y="514" width="48" height="48"/>
		</element>
		<element name="lamp183" ref="lamp_183_1_border" state="0">
			<bounds x="288" y="512" width="52" height="52"/>
		</element>
		<element name="lamp183" ref="lamp_183_1" state="0">
			<bounds x="290" y="514" width="48" height="48"/>
		</element>
		<element name="lamp120" ref="lamp_120_1_border" state="0">
			<bounds x="411" y="203" width="42" height="19"/>
		</element>
		<element name="lamp120" ref="lamp_120_1" state="0">
			<bounds x="413" y="205" width="38" height="15"/>
		</element>
		<element name="lamp112" ref="lamp_112_1_border" state="0">
			<bounds x="364" y="203" width="42" height="19"/>
		</element>
		<element name="lamp112" ref="lamp_112_1" state="0">
			<bounds x="366" y="205" width="38" height="15"/>
		</element>
		<element name="lamp104" ref="lamp_104_1_border" state="0">
			<bounds x="317" y="203" width="42" height="19"/>
		</element>
		<element name="lamp104" ref="lamp_104_1" state="0">
			<bounds x="319" y="205" width="38" height="15"/>
		</element>
		<element name="lamp248" ref="lamp_248_1_border" state="0">
			<bounds x="350" y="512" width="52" height="52"/>
		</element>
		<element name="lamp248" ref="lamp_248_1" state="0">
			<bounds x="352" y="514" width="48" height="48"/>
		</element>
		<element name="lamp232" ref="lamp_232_1_border" state="0">
			<bounds x="350" y="513" width="52" height="52"/>
		</element>
		<element name="lamp232" ref="lamp_232_1" state="0">
			<bounds x="352" y="515" width="48" height="48"/>
		</element>
		<element name="lamp216" ref="lamp_216_1_border" state="0">
			<bounds x="411" y="512" width="52" height="52"/>
		</element>
		<element name="lamp216" ref="lamp_216_1" state="0">
			<bounds x="413" y="514" width="48" height="48"/>
		</element>
		<element name="lamp200" ref="lamp_200_1_border" state="0">
			<bounds x="411" y="513" width="52" height="52"/>
		</element>
		<element name="lamp200" ref="lamp_200_1" state="0">
			<bounds x="413" y="515" width="48" height="48"/>
		</element>
		<element name="lamp40" ref="lamp_40_1_border" state="0">
			<bounds x="753" y="676" width="32" height="32"/>
		</element>
		<element name="lamp40" ref="lamp_40_1" state="0">
			<bounds x="755" y="678" width="28" height="28"/>
		</element>
		<element name="lamp41" ref="lamp_41_1_border" state="0">
			<bounds x="724" y="676" width="32" height="32"/>
		</element>
		<element name="lamp41" ref="lamp_41_1" state="0">
			<bounds x="726" y="678" width="28" height="28"/>
		</element>
		<element name="lamp42" ref="lamp_42_1_border" state="0">
			<bounds x="569" y="681" width="52" height="32"/>
		</element>
		<element name="lamp42" ref="lamp_42_1" state="0">
			<bounds x="571" y="683" width="48" height="28"/>
		</element>
		<element name="lamp43" ref="lamp_43_1_border" state="0">
			<bounds x="695" y="676" width="32" height="32"/>
		</element>
		<element name="lamp43" ref="lamp_43_1" state="0">
			<bounds x="697" y="678" width="28" height="28"/>
		</element>
		<element name="lamp44" ref="lamp_44_1_border" state="0">
			<bounds x="667" y="676" width="32" height="32"/>
		</element>
		<element name="lamp44" ref="lamp_44_1" state="0">
			<bounds x="669" y="678" width="28" height="28"/>
		</element>
		<element name="lamp45" ref="lamp_45_1_border" state="0">
			<bounds x="638" y="676" width="32" height="32"/>
		</element>
		<element name="lamp45" ref="lamp_45_1" state="0">
			<bounds x="640" y="678" width="28" height="28"/>
		</element>
		<element name="lamp46" ref="lamp_46_1_border" state="0">
			<bounds x="623" y="661" width="17" height="62"/>
		</element>
		<element name="lamp46" ref="lamp_46_1" state="0">
			<bounds x="625" y="663" width="13" height="58"/>
		</element>
		<element name="lamp255" ref="lamp_255_1_border" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="860" y="4" width="52" height="52"/>
		</element>
		<element name="lamp255" ref="lamp_255_1" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="862" y="6" width="48" height="48"/>
		</element>
		<element name="lamp78" ref="colour_button_230_border" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="277" y="264" width="75" height="27"/>
		</element>
		<element name="lamp78" ref="colour_button_230" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="279" y="266" width="71" height="23"/>
		</element>
		<element name="lamp70" ref="colour_button_231_border" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="253" y="754" width="75" height="27"/>
		</element>
		<element name="lamp70" ref="colour_button_231" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="255" y="756" width="71" height="23"/>
		</element>
		<element name="lamp77" ref="colour_button_232_border" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="273" y="346" width="75" height="27"/>
		</element>
		<element name="lamp77" ref="colour_button_232" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="275" y="348" width="71" height="23"/>
		</element>
		<element name="lamp69" ref="colour_button_233_border" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="339" y="755" width="75" height="27"/>
		</element>
		<element name="lamp69" ref="colour_button_233" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="341" y="757" width="71" height="23"/>
		</element>
		<element name="lamp79" ref="colour_button_234_border" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="158" y="755" width="75" height="27"/>
		</element>
		<element name="lamp79" ref="colour_button_234" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="160" y="757" width="71" height="23"/>
		</element>
		<element name="lamp71" ref="colour_button_235_border" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="64" y="755" width="75" height="27"/>
		</element>
		<element name="lamp71" ref="colour_button_235" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="66" y="757" width="71" height="23"/>
		</element>
		<element name="lamp72" ref="colour_button_236_border" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="348" y="221" width="75" height="27"/>
		</element>
		<element name="lamp72" ref="colour_button_236" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="350" y="223" width="71" height="23"/>
		</element>
		<element name="lamp64" ref="colour_button_237_border" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="615" y="754" width="75" height="27"/>
		</element>
		<element name="lamp64" ref="colour_button_237" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="617" y="756" width="71" height="23"/>
		</element>
		<element name="lamp-1" ref="colour_button_238_border" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="7" y="8" width="75" height="27"/>
		</element>
		<element name="lamp-1" ref="colour_button_238" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="9" y="10" width="71" height="23"/>
		</element>
		<element name="lamp73" ref="colour_button_239_border" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="426" y="421" width="75" height="27"/>
		</element>
		<element name="lamp73" ref="colour_button_239" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="428" y="423" width="71" height="23"/>
		</element>
		<element name="lamp65" ref="colour_button_240_border" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="523" y="754" width="75" height="27"/>
		</element>
		<element name="lamp65" ref="colour_button_240" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="525" y="756" width="71" height="23"/>
		</element>
		<element name="lamp74" ref="colour_button_241_border" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="422" y="348" width="75" height="27"/>
		</element>
		<element name="lamp74" ref="colour_button_241" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="424" y="350" width="71" height="23"/>
		</element>
		<element name="lamp66" ref="colour_button_242_border" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="353" y="378" width="62" height="42"/>
		</element>
		<element name="lamp66" ref="colour_button_242" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="355" y="380" width="58" height="38"/>
		</element>
		<element name="lamp75" ref="colour_button_243_border" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="418" y="267" width="75" height="27"/>
		</element>
		<element name="lamp75" ref="colour_button_243" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="420" y="269" width="71" height="23"/>
		</element>
		<element name="lamp67" ref="colour_button_244_border" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="353" y="288" width="62" height="42"/>
		</element>
		<element name="lamp67" ref="colour_button_244" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="355" y="290" width="58" height="38"/>
		</element>
		<element name="lamp68" ref="colour_button_245_border" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="427" y="753" width="75" height="27"/>
		</element>
		<element name="lamp68" ref="colour_button_245" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="429" y="755" width="71" height="23"/>
		</element>
		<element name="lamp76" ref="colour_button_246_border" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="269" y="418" width="75" height="27"/>
		</element>
		<element name="lamp76" ref="colour_button_246" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="271" y="420" width="71" height="23"/>
		</element>
		<element ref="vfd0_background">
			<bounds x="247" y="480" width="272" height="30"/>
		</element>
		<element name="vfd15" ref="vfd0" state="0">
			<bounds x="247" y="480" width="17" height="30"/>
		</element>
		<element name="vfd14" ref="vfd0" state="0">
			<bounds x="264" y="480" width="17" height="30"/>
		</element>
		<element name="vfd13" ref="vfd0" state="0">
			<bounds x="281" y="480" width="17" height="30"/>
		</element>
		<element name="vfd12" ref="vfd0" state="0">
			<bounds x="298" y="480" width="17" height="30"/>
		</element>
		<element name="vfd11" ref="vfd0" state="0">
			<bounds x="315" y="480" width="17" height="30"/>
		</element>
		<element name="vfd10" ref="vfd0" state="0">
			<bounds x="332" y="480" width="17" height="30"/>
		</element>
		<element name="vfd9" ref="vfd0" state="0">
			<bounds x="349" y="480" width="17" height="30"/>
		</element>
		<element name="vfd8" ref="vfd0" state="0">
			<bounds x="366" y="480" width="17" height="30"/>
		</element>
		<element name="vfd7" ref="vfd0" state="0">
			<bounds x="383" y="480" width="17" height="30"/>
		</element>
		<element name="vfd6" ref="vfd0" state="0">
			<bounds x="400" y="480" width="17" height="30"/>
		</element>
		<element name="vfd5" ref="vfd0" state="0">
			<bounds x="417" y="480" width="17" height="30"/>
		</element>
		<element name="vfd4" ref="vfd0" state="0">
			<bounds x="434" y="480" width="17" height="30"/>
		</element>
		<element name="vfd3" ref="vfd0" state="0">
			<bounds x="451" y="480" width="17" height="30"/>
		</element>
		<element name="vfd2" ref="vfd0" state="0">
			<bounds x="468" y="480" width="17" height="30"/>
		</element>
		<element name="vfd1" ref="vfd0" state="0">
			<bounds x="485" y="480" width="17" height="30"/>
		</element>
		<element name="vfd0" ref="vfd0" state="0">
			<bounds x="502" y="480" width="17" height="30"/>
		</element>
		<element name="label120" ref="label_120">
			<bounds x="438" y="293" width="39" height="14"/>
		</element>
		<element name="label121" ref="label_121">
			<bounds x="288" y="293" width="58" height="14"/>
		</element>
		<element name="label122" ref="label_122">
			<bounds x="283" y="375" width="57" height="14"/>
		</element>
		<element name="label123" ref="label_123">
			<bounds x="432" y="376" width="57" height="14"/>
		</element>
		<element name="label124" ref="label_124">
			<bounds x="431" y="451" width="66" height="14"/>
		</element>
		<element name="label125" ref="label_125">
			<bounds x="279" y="452" width="55" height="14"/>
		</element>
		<element name="label138" ref="label_138">
			<bounds x="243" y="124" width="265" height="72"/>
		</element>
		<element name="label139" ref="label_139">
			<bounds x="282" y="63" width="188" height="72"/>
		</element>
		<element name="label218" ref="label_218">
			<bounds x="437" y="246" width="36" height="14"/>
		</element>
		<element name="label219" ref="label_219">
			<bounds x="293" y="249" width="44" height="14"/>
		</element>
		<element name="label228" ref="label_228">
			<bounds x="25" y="42" width="33" height="39"/>
		</element>
	</view>

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

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

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

		<element name="debug_button_0" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="804" width="80" height="44"/>
		</element>
		<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="852" width="80" height="44"/>
		</element>
		<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="852" width="80" height="44"/>
		</element>
		<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="852" width="80" height="44"/>
		</element>
		<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="852" width="80" height="44"/>
		</element>
		<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="852" width="80" height="44"/>
		</element>
		<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="852" width="80" height="44"/>
		</element>
		<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="852" width="80" height="44"/>
		</element>
		<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="852" width="80" height="44"/>
		</element>
		<element name="lamp72" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="900" width="80" height="44"/>
		</element>
		<element name="lamp73" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="900" width="80" height="44"/>
		</element>
		<element name="lamp74" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="900" width="80" height="44"/>
		</element>
		<element name="lamp75" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="900" width="80" height="44"/>
		</element>
		<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="900" width="80" height="44"/>
		</element>
		<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="900" width="80" height="44"/>
		</element>
		<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="900" width="80" height="44"/>
		</element>
		<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="996" width="80" height="44"/>
		</element>

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

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

		<element ref="reel_background">
			<bounds x="1240" y="32" width="120" height="240"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1240.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1240.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-2" 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="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1380.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1380.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-2" 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="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1520.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1520.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1520.0000" y="192.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="sreel4" ref="reel3" state="0">
			<bounds x="1520" y="32" width="120" height="240"/>
		</element>
		<element ref="reel_background">
			<bounds x="1660" y="32" width="120" height="240"/>
		</element>
		<element name="sreel5" ref="reel4" state="0">
			<bounds x="1660" y="32" width="120" height="240"/>
		</element>
		<element name="reel2" ref="debug_stepper_value">
			<bounds x="1240" y="272" width="50" height="30"/>
		</element>
		<element name="reel3" ref="debug_stepper_value">
			<bounds x="1380" y="272" width="50" height="30"/>
		</element>
		<element name="reel4" ref="debug_stepper_value">
			<bounds x="1520" y="272" width="50" height="30"/>
		</element>
		<element name="reel5" ref="debug_stepper_value">
			<bounds x="1660" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_1">
			<bounds x="1320" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_2">
			<bounds x="1460" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_3">
			<bounds x="1600" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_4">
			<bounds x="1740" y="272" width="50" height="30"/>
		</element>
	</view>
</mamelayout>