summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/layout/j2cashbn.lay
blob: a76e75f41d32bbacbd386920a368ea18afe0d793 (plain) (tree)
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924































































































































































































                                                                              
                                                     






















































































































































































                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


























































































































































































































































































































































































































































































































































                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                    


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   






































                                                                              
                                       






















































































































































































































































































































































































































                                                                              
                                   
























































































                                                                                                                                                                                                                       







                                                                                                                                                    
                  

                                     



                                                                              
                                 
                                  



                                                                              
                                 
                                  



                                                                              
                                 
                                                



                                                                              
                                 
                                             



                                                                              
                                 
                                             



                                                                              
                                 
                                             



                                                                              
                                 
                                             



                                                                              
                                 
                                       



                                                                              
                                 
                                       



                                                                              
                                 
                                        



                                                                              
                                 
                                         



                                                                              
                                 
                                         



                                                                              
                                 
                                          



                                                                              
                                 
                                          



                                                                              

                                      



                                                                              

                                                    



                                                                              

                                              
                                                                 
                       
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  








                                                                                      















                                                                    








                                                                                      
                                  
                            
                                                                 
                             



























                                                                 
                                               
                                                                      

                                               
                                                                        
                          
                                                                
                                                                                           
                          
                                                                 
                                                                                           
                          
                                                                 
                                                                                           
                          
                                                             
                                                                        

                                               
                                                                         
                          
                                                                
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                         

                                                                   
                                                                         

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                      

                                                                   
                                                                       

                                                                          
                                                                      

                                                                   
                                                                       

                                                                          
                                                                      

                                                                   
                                                                       

                                                                          
                                                                      

                                                                   
                                                                       

                                                                          
                                                                      

                                                                   
                                                                       

                                                                          
                                                                      

                                                                   
                                                                       

                                                                          
                                                                     

                                                                   
                                                                      

                                                                          
                                                                     

                                                                   
                                                                      

                                                                          
                                                                      

                                                                   
                                                                       

                                                                          
                                                                      

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                                                                 
                                                                       

                                                                                                          
                                                                       

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                  
                                                                        

                                                                                                           
                                                                        

                                                                                                                  
                                                                       

                                                                                                           
                                                                       

                                                                    
                                                                        

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                            
                                                                      

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                        
                                                                      

                                                                    
                                                                        

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                            
                                                                      

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                        
                                                                      

                                                                    
                                                                       

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                             
                                                                     

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                         
                                                                     

                                                                    
                                                                       

                                                        
                                                                      

                                                        
                                                                      

                                                        
                                                                      

                                                        
                                                                      

                                                        
                                                                      

                                                        
                                                                      

                                                        
                                                                      

                                                            
                                                                     

                                                    
                                                                      

                                                    
                                                                      

                                                    
                                                                      

                                                    
                                                                      

                                                    
                                                                      

                                                    
                                                                      

                                                    
                                                                      

                                                        
                                                                     

                                                                    
                                                                       

                                                        
                                                                      

                                                        
                                                                      

                                                        
                                                                      

                                                        
                                                                      

                                                        
                                                                      

                                                        
                                                                      

                                                        
                                                                      

                                                            
                                                                     

                                                    
                                                                      

                                                    
                                                                      

                                                    
                                                                      

                                                    
                                                                      

                                                    
                                                                      

                                                    
                                                                      

                                                    
                                                                      

                                                        
                                                                     

                                                                    
                                                                       

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                             
                                                                     

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                         
                                                                     

                                                                    
                                                                       

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                             
                                                                     

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                         
                                                                     

                                                                    
                                                                        

                                                         
                                                                       

                                                         
                                                                       

                                                         
                                                                       

                                                         
                                                                       

                                                         
                                                                       

                                                         
                                                                       

                                                         
                                                                       

                                                             
                                                                      

                                                     
                                                                       

                                                     
                                                                       

                                                     
                                                                       

                                                     
                                                                       

                                                     
                                                                       

                                                     
                                                                       

                                                     
                                                                       

                                                         
                                                                      

                                                                    
                                                                        

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                            
                                                                      

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                        
                                                                      

                                                                    
                                                                        

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                         
                                                                       

                                                         
                                                                       

                                                         
                                                                       

                                                             
                                                                      

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                     
                                                                       

                                                     
                                                                       

                                                     
                                                                       

                                                         
                                                                      

                                                                    
                                                                        

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                        
                                                                       

                                                            
                                                                      

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                    
                                                                       

                                                        
                                                                      

                                                       
                                                                        

                                                       
                                                                        

                                                       
                                                                       

                                                       
                                                                         

                                                       
                                                                         

                                                       
                                                                         

                                                       
                                                                         

                                                       
                                                                         

                                                       
                                                                        

                                                       
                                                                        

                                                       
                                                                        

                                                       
                                                                        

                                                       
                                                                        

                                                       
                                                                        

                                                       
                                                                        

                                                         
                                                                       

                                                         
                                                                         
                          


                                     
                                                     
                                                                        
                          
 
                                                                              
                                                                      
                          
                                                                              
                                                                      
                          
                                                                              
                                                                       
                          
                                                                              
                                                                       
                          
                                                                              
                                                                       
                          
                                                                              
                                                                       
                          
                                                                              
                                                                       
                          
                                                                              
                                                                       
                          
                                                                      
                                                                       
                          
                                                                      
                                                                       
                          
                                                                       
                                                                       
                          
                                                                       
                                                                       
                          
                                                                         
                                                                       
                          
                                                                         
                                                                       
                          
                                                                         
                                                                       
                          
                                                                         
                                                                       
                          
                                                                               
                                                                      
                          
                                                                               
                                                                      
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                       
                                                                       
                          
                                                                       
                                                                       
                          
                                                                       
                                                                       
                          
                                                                       
                                                                       
                          
                                                                               
                                                                       
                          
                                                                         
                                                                       
                          
                                                                               
                                                                       
                          
                                                                         
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                       
                                                                        
                          
                                                                       
                                                                        
                          
                                                                       
                                                                        
                          
                                                                       
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                            
                                                                       
                          
                                                                                
                                                                       
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                       
                          
                                                                                
                                                                       
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                       
                          
                                                                            
                                                                       
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                       
                          
                                                                            
                                                                       
                          
                                                                            
                                                                        
                          
                                                                          
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                       
                          
                                                                            
                                                                       
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                          
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                       
                          
                                                                            
                                                                       
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                       
                          
                                                                            
                                                                       
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          












                                                                                                
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                               
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                               
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          















                                                                                                    
                                                                         



                                                                                
                                               
                                                                          
                          
                                                                
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          
                          
                                                                
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         
                          
               
             
<?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_241_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_241_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="Coin">
			<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="Link">
			<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_247_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_247_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.25"/>
		</rect>
		<text string="Pick">
			<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="A 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_229_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_229_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.25"/>
		</rect>
		<text string="Note">
			<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="Link">
			<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_245_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_245_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.00"/>
		</rect>
		<text string="Stoppa">
			<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="Snake">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_243_1_border" defstate="0">
		<rect state="1">
			<color red="0.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_243_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="Pick A Pot">
			<color red="0.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_230_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_230_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.13"/>
		</rect>
		<text string="Count">
			<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">
			<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_231_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_231_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="Big ">
			<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="Note Li">
			<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_196_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_196_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.00" blue="0.00"/>
		</rect>
		<text string="No £1 Coins Accepted">
			<color red="0.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_212_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_212_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.00" blue="0.00"/>
		</rect>
		<text string="Warning!">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="Refill Requ">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_211_1_border" defstate="0">
		<rect state="1">
			<color red="0.47" green="0.40" blue="0.03"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_211_1" defstate="0">
		<rect state="1">
			<color red="0.95" green="0.81" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.01"/>
		</rect>
		<text string="GAMBLE FEATURE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_237_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_237_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="x2">
			<color red="0.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_236_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_236_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="x3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_225_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_225_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="LOSE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_224_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_224_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="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_239_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_239_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="x2">
			<color red="0.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_238_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_238_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="x1.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_168_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_168_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="£5">
			<color red="0.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.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_170_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="£5">
			<color red="0.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.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_172_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="£5">
			<color red="0.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_174_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_174_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="£5">
			<color red="0.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_160_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_160_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="£5">
			<color red="0.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_162_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_162_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="£5">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_180_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_180_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="£5">
			<color red="0.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.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_182_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="£5">
			<color red="0.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">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_167_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="£5">
			<color red="0.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.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_164_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.13"/>
		</rect>
		<text string="£5">
			<color red="0.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_197_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_197_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="LIVEPOT">
			<color red="0.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_198_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_198_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="WINNINGS">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_233_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_233_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.00"/>
		</rect>
		<text string="SKILL">
			<color red="0.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_240_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_240_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="S">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_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="U">
			<color red="0.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_254_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_254_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="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>
	<element name="lamp_253_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_253_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="O">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_252_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_252_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="B">
			<color red="0.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_251_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_251_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="H">
			<color red="0.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_250_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_250_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="S">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_249_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_249_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="A">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_248_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_248_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="C">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_228_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_228_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="Bonus Letters">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_227_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_227_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="Feature Held">
			<color red="0.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_242_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_242_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.13" blue="0.25"/>
		</rect>
		<text string="10P POT">
			<color red="0.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_209_1_border" defstate="0">
		<disk state="1">
			<color red="0.35" green="0.50" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.09" green="0.12" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_209_1" defstate="0">
		<disk state="1">
			<color red="0.70" green="1.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.17" green="0.25" blue="0.25"/>
		</disk>
		<text string="10p">
			<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_222_1_border" defstate="0">
		<disk state="1">
			<color red="0.35" green="0.50" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.09" green="0.12" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_222_1" defstate="0">
		<disk state="1">
			<color red="0.70" green="1.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.17" green="0.25" blue="0.25"/>
		</disk>
		<text string="10p">
			<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_221_1_border" defstate="0">
		<disk state="1">
			<color red="0.35" green="0.50" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.09" green="0.12" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_221_1" defstate="0">
		<disk state="1">
			<color red="0.70" green="1.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.17" green="0.25" blue="0.25"/>
		</disk>
		<text string="10p">
			<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_218_1_border" defstate="0">
		<disk state="1">
			<color red="0.35" green="0.50" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.09" green="0.12" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_218_1" defstate="0">
		<disk state="1">
			<color red="0.70" green="1.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.17" green="0.25" blue="0.25"/>
		</disk>
		<text string="10p">
			<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_217_1_border" defstate="0">
		<disk state="1">
			<color red="0.35" green="0.50" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.09" green="0.12" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_217_1" defstate="0">
		<disk state="1">
			<color red="0.70" green="1.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.17" green="0.25" blue="0.25"/>
		</disk>
		<text string="10p">
			<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_208_1_border" defstate="0">
		<disk state="1">
			<color red="0.35" green="0.50" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.09" green="0.12" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_208_1" defstate="0">
		<disk state="1">
			<color red="0.70" green="1.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.17" green="0.25" blue="0.25"/>
		</disk>
		<text string="10p">
			<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_220_1_border" defstate="0">
		<disk state="1">
			<color red="0.35" green="0.50" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.09" green="0.12" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_220_1" defstate="0">
		<disk state="1">
			<color red="0.70" green="1.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.17" green="0.25" blue="0.25"/>
		</disk>
		<text string="10p">
			<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.35" green="0.50" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.09" green="0.12" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_216_1" defstate="0">
		<disk state="1">
			<color red="0.70" green="1.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.17" green="0.25" blue="0.25"/>
		</disk>
		<text string="10p">
			<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_219_1_border" defstate="0">
		<disk state="1">
			<color red="0.35" green="0.50" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.09" green="0.12" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_219_1" defstate="0">
		<disk state="1">
			<color red="0.70" green="1.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.17" green="0.25" blue="0.25"/>
		</disk>
		<text string="10p">
			<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_223_1_border" defstate="0">
		<disk state="1">
			<color red="0.35" green="0.50" blue="0.50"/>
		</disk>
		<disk state="0">
			<color red="0.09" green="0.12" blue="0.12"/>
		</disk>
	</element>
	<element name="lamp_223_1" defstate="0">
		<disk state="1">
			<color red="0.70" green="1.00" blue="1.00"/>
		</disk>
		<disk state="0">
			<color red="0.17" green="0.25" blue="0.25"/>
		</disk>
		<text string="10p">
			<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_210_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_210_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="LIVE POT">
			<color red="0.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_235_1_border" defstate="0">
		<rect state="1">
			<color red="0.45" green="0.29" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.07" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_235_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.58" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.15" blue="0.02"/>
		</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_150_1_border" defstate="0">
		<rect state="1">
			<color red="0.45" green="0.29" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.07" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_150_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.58" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.15" blue="0.02"/>
		</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_148_1_border" defstate="0">
		<rect state="1">
			<color red="0.45" green="0.29" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.07" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_148_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.58" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.15" blue="0.02"/>
		</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_146_1_border" defstate="0">
		<rect state="1">
			<color red="0.45" green="0.29" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.07" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_146_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.58" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.15" blue="0.02"/>
		</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_144_1_border" defstate="0">
		<rect state="1">
			<color red="0.45" green="0.29" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.07" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_144_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.58" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.15" blue="0.02"/>
		</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_158_1_border" defstate="0">
		<rect state="1">
			<color red="0.45" green="0.29" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.07" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_158_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.58" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.15" blue="0.02"/>
		</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_156_1_border" defstate="0">
		<rect state="1">
			<color red="0.45" green="0.29" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.07" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_156_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.58" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.15" blue="0.02"/>
		</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_154_1_border" defstate="0">
		<rect state="1">
			<color red="0.45" green="0.29" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.07" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_154_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.58" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.15" blue="0.02"/>
		</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_152_1_border" defstate="0">
		<rect state="1">
			<color red="0.45" green="0.29" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.07" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_152_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.58" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.15" blue="0.02"/>
		</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_215_1_border" defstate="0">
		<rect state="1">
			<color red="0.45" green="0.29" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.11" green="0.07" blue="0.01"/>
		</rect>
	</element>
	<element name="lamp_215_1" defstate="0">
		<rect state="1">
			<color red="0.89" green="0.58" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.22" green="0.15" blue="0.02"/>
		</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_176_1_border" defstate="0">
		<disk state="1">
			<color red="0.45" green="0.39" blue="0.05"/>
		</disk>
		<disk state="0">
			<color red="0.11" green="0.09" blue="0.01"/>
		</disk>
	</element>
	<element name="lamp_176_1" defstate="0">
		<disk state="1">
			<color red="0.90" green="0.78" blue="0.10"/>
		</disk>
		<disk state="0">
			<color red="0.22" green="0.19" blue="0.02"/>
		</disk>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_177_1_border" defstate="0">
		<disk state="1">
			<color red="0.45" green="0.39" blue="0.05"/>
		</disk>
		<disk state="0">
			<color red="0.11" green="0.09" blue="0.01"/>
		</disk>
	</element>
	<element name="lamp_177_1" defstate="0">
		<disk state="1">
			<color red="0.90" green="0.78" blue="0.10"/>
		</disk>
		<disk state="0">
			<color red="0.22" green="0.19" blue="0.02"/>
		</disk>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_184_1_border" defstate="0">
		<disk state="1">
			<color red="0.45" green="0.39" blue="0.05"/>
		</disk>
		<disk state="0">
			<color red="0.11" green="0.09" blue="0.01"/>
		</disk>
	</element>
	<element name="lamp_184_1" defstate="0">
		<disk state="1">
			<color red="0.90" green="0.78" blue="0.10"/>
		</disk>
		<disk state="0">
			<color red="0.22" green="0.19" blue="0.02"/>
		</disk>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_185_1_border" defstate="0">
		<disk state="1">
			<color red="0.45" green="0.39" blue="0.05"/>
		</disk>
		<disk state="0">
			<color red="0.11" green="0.09" blue="0.01"/>
		</disk>
	</element>
	<element name="lamp_185_1" defstate="0">
		<disk state="1">
			<color red="0.90" green="0.78" blue="0.10"/>
		</disk>
		<disk state="0">
			<color red="0.22" green="0.19" blue="0.02"/>
		</disk>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_186_1_border" defstate="0">
		<disk state="1">
			<color red="0.45" green="0.39" blue="0.05"/>
		</disk>
		<disk state="0">
			<color red="0.11" green="0.09" blue="0.01"/>
		</disk>
	</element>
	<element name="lamp_186_1" defstate="0">
		<disk state="1">
			<color red="0.90" green="0.78" blue="0.10"/>
		</disk>
		<disk state="0">
			<color red="0.22" green="0.19" blue="0.02"/>
		</disk>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_190_1_border" defstate="0">
		<disk state="1">
			<color red="0.45" green="0.39" blue="0.05"/>
		</disk>
		<disk state="0">
			<color red="0.11" green="0.09" blue="0.01"/>
		</disk>
	</element>
	<element name="lamp_190_1" defstate="0">
		<disk state="1">
			<color red="0.90" green="0.78" blue="0.10"/>
		</disk>
		<disk state="0">
			<color red="0.22" green="0.19" blue="0.02"/>
		</disk>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_189_1_border" defstate="0">
		<disk state="1">
			<color red="0.45" green="0.39" blue="0.05"/>
		</disk>
		<disk state="0">
			<color red="0.11" green="0.09" blue="0.01"/>
		</disk>
	</element>
	<element name="lamp_189_1" defstate="0">
		<disk state="1">
			<color red="0.90" green="0.78" blue="0.10"/>
		</disk>
		<disk state="0">
			<color red="0.22" green="0.19" blue="0.02"/>
		</disk>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_191_1_border" defstate="0">
		<disk state="1">
			<color red="0.45" green="0.39" blue="0.05"/>
		</disk>
		<disk state="0">
			<color red="0.11" green="0.09" blue="0.01"/>
		</disk>
	</element>
	<element name="lamp_191_1" defstate="0">
		<disk state="1">
			<color red="0.90" green="0.78" blue="0.10"/>
		</disk>
		<disk state="0">
			<color red="0.22" green="0.19" blue="0.02"/>
		</disk>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_187_1_border" defstate="0">
		<disk state="1">
			<color red="0.45" green="0.39" blue="0.05"/>
		</disk>
		<disk state="0">
			<color red="0.11" green="0.09" blue="0.01"/>
		</disk>
	</element>
	<element name="lamp_187_1" defstate="0">
		<disk state="1">
			<color red="0.90" green="0.78" blue="0.10"/>
		</disk>
		<disk state="0">
			<color red="0.22" green="0.19" blue="0.02"/>
		</disk>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_188_1_border" defstate="0">
		<disk state="1">
			<color red="0.45" green="0.39" blue="0.05"/>
		</disk>
		<disk state="0">
			<color red="0.11" green="0.09" blue="0.01"/>
		</disk>
	</element>
	<element name="lamp_188_1" defstate="0">
		<disk state="1">
			<color red="0.90" green="0.78" blue="0.10"/>
		</disk>
		<disk state="0">
			<color red="0.22" green="0.19" blue="0.02"/>
		</disk>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_178_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_178_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="LIVE POT">
			<color red="0.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_246_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_246_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.13" blue="0.25"/>
		</rect>
		<text string="£1 POT">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_244_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_244_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.13" blue="0.25"/>
		</rect>
		<text string="50p POT">
			<color red="0.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_200_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_200_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.13"/>
		</rect>
		<text string="50p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_204_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_204_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.13"/>
		</rect>
		<text string="50p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_192_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_192_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.13"/>
		</rect>
		<text string="50p">
			<color red="0.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_203_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_203_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.13"/>
		</rect>
		<text string="50p">
			<color red="0.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_207_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_207_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.13"/>
		</rect>
		<text string="50p">
			<color red="0.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_193_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_193_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.13"/>
		</rect>
		<text string="50p">
			<color red="0.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_206_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_206_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.13"/>
		</rect>
		<text string="50p">
			<color red="0.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_205_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_205_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.13"/>
		</rect>
		<text string="50p">
			<color red="0.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_202_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_202_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.13"/>
		</rect>
		<text string="50p">
			<color red="0.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_201_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_201_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.13"/>
		</rect>
		<text string="50p">
			<color red="0.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_194_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_194_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="LIVE POT">
			<color red="0.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_135_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_135">
		<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_136_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_136">
		<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_137_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_137">
		<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_138_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_138">
		<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_139_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_139">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</rect>
		<text string="CANCEL">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="COLLECT">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="colour_button_140_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_140">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="START">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="BANK">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="colour_button_141_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_141">
		<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="GAMBLE">
			<color red="0.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_142_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_142">
		<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="reel_background">
		<rect>
			<color red="1.0" green="1.0" blue="1.0"/>
		</rect>
	</element>
	<element name="reel0" defstate="0">
		<reel reelreversed="1" stateoffset="0" numsymbolsvisible="3" symbollist="reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel">
			<color red="0.0" green="0.0" blue="0.0"/>
		</reel>
	</element>
	<element name="reel1" defstate="0">
		<reel reelreversed="1" stateoffset="0" numsymbolsvisible="3" symbollist="reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel">
			<color red="0.0" green="0.0" blue="0.0"/>
		</reel>
	</element>
	<element name="reel2" defstate="0">
		<reel reelreversed="1" stateoffset="0" numsymbolsvisible="3" symbollist="reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel">
			<color red="0.0" green="0.0" blue="0.0"/>
		</reel>
	</element>
	<element name="reel3" defstate="0">
		<reel reelreversed="1" stateoffset="0" numsymbolsvisible="3" symbollist="reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,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="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_13">
		<text string="PLAYS">
			<color red="0.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_52">
		<text string="£">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_58">
		<text string="£">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_70">
		<text string="40p,80p,£2,£50">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_71">
		<text string="£1.20,£3.20">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_72">
		<text string="£1.20,£3.20">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_73">
		<text string="£1.60,£4.80">
			<color red="0.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_74">
		<text string="£1.60,£4.80">
			<color red="0.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_75">
		<text string="£2,£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="label_76">
		<text string="£2,£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="label_77">
		<text string="£4,£16">
			<color red="0.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_78">
		<text string="£12,£50">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_79">
		<text string="£12,£75">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_80">
		<text string="£20,£100">
			<color red="0.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_81">
		<text string="£20,£150">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_129">
		<text string="Presto">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_130">
		<text string="Bugs and Trouty v1.0">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="debug_backdrop_colour">
		<rect>
			<color red="0.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="debug_lamp_standard">
		<rect state="0">
			<color red="0.00" green="0.20" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_lamp_reel">
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.20"/>
		</rect>
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
	</element>
	<element name="debug_lamp_segment">
		<rect state="0">
			<color red="0.20" green="0.00" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_lamp_button">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_lamp_unreferenced">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.20"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="1.00"/>
		</rect>
	</element>
	<repeat count="256">
		<param name="n" start="0" increment="1"/>
		<element name="debug_lamp_label_~n~">
			<text string="~n~">
				<color red="0.0" green="0.0" blue="0.0"/>
				<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
			</text>
		</element>
	</repeat>
	<element name="debug_button_standard">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_button_unreferenced">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.20"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="1.00"/>
		</rect>
	</element>
	<repeat count="64">
		<param name="n" start="0" increment="1"/>
		<element name="debug_button_label_~n~">
			<text string="~n~">
				<color red="0.0" green="0.0" blue="0.0"/>
				<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
			</text>
		</element>
	</repeat>
	<element name="debug_vfd">
		<led16segsc>
			<color red="0.0" green="1.0" blue="1.0"/>
		</led16segsc>
	</element>
	<element name="debug_stepper_value" defstate="0">
		<simplecounter maxstate="999" digits="3">
			<color red="1.0" green="1.0" blue="1.0"/>
		</simplecounter>
	</element>
	<element name="debug_reel_symbol_count_0">
		<text string="25">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>
	<element name="debug_reel_symbol_count_1">
		<text string="25">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>
	<element name="debug_reel_symbol_count_2">
		<text string="25">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>
	<element name="debug_reel_symbol_count_3">
		<text string="25">
			<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="919" height="697"/>
		</element>
		<element ref="reel_background">
			<bounds x="33" y="504" width="80" height="110"/>
		</element>
		<element name="lamp8" ref="reel_lamp" state="0">
			<bounds x="33.0000" y="504.0000" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp24" ref="reel_lamp" state="0">
			<bounds x="33.0000" y="540.6667" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp40" ref="reel_lamp" state="0">
			<bounds x="33.0000" y="577.3333" width="80.0000" height="36.6667"/>
		</element>
		<element name="sreel1" ref="reel0" state="0">
			<bounds x="33" y="504" width="80" height="110"/>
		</element>
		<element ref="reel_background">
			<bounds x="153" y="504" width="80" height="110"/>
		</element>
		<element name="lamp9" ref="reel_lamp" state="0">
			<bounds x="153.0000" y="504.0000" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp25" ref="reel_lamp" state="0">
			<bounds x="153.0000" y="540.6667" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp41" ref="reel_lamp" state="0">
			<bounds x="153.0000" y="577.3333" width="80.0000" height="36.6667"/>
		</element>
		<element name="sreel2" ref="reel1" state="0">
			<bounds x="153" y="504" width="80" height="110"/>
		</element>
		<element ref="reel_background">
			<bounds x="273" y="504" width="80" height="110"/>
		</element>
		<element name="lamp10" ref="reel_lamp" state="0">
			<bounds x="273.0000" y="504.0000" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp26" ref="reel_lamp" state="0">
			<bounds x="273.0000" y="540.6667" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp42" ref="reel_lamp" state="0">
			<bounds x="273.0000" y="577.3333" width="80.0000" height="36.6667"/>
		</element>
		<element name="sreel3" ref="reel2" state="0">
			<bounds x="273" y="504" width="80" height="110"/>
		</element>
		<element ref="reel_background">
			<bounds x="393" y="504" width="80" height="110"/>
		</element>
		<element name="lamp11" ref="reel_lamp" state="0">
			<bounds x="393.0000" y="504.0000" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp27" ref="reel_lamp" state="0">
			<bounds x="393.0000" y="540.6667" width="80.0000" height="36.6667"/>
		</element>
		<element name="lamp43" ref="reel_lamp" state="0">
			<bounds x="393.0000" y="577.3333" width="80.0000" height="36.6667"/>
		</element>
		<element name="sreel4" ref="reel3" state="0">
			<bounds x="393" y="504" width="80" height="110"/>
		</element>
		<element name="lamp241" ref="lamp_241_1_border" state="0">
			<bounds x="237" y="345" width="52" height="52"/>
		</element>
		<element name="lamp241" ref="lamp_241_1" state="0">
			<bounds x="239" y="347" width="48" height="48"/>
		</element>
		<element name="lamp247" ref="lamp_247_1_border" state="0">
			<bounds x="287" y="345" width="52" height="52"/>
		</element>
		<element name="lamp247" ref="lamp_247_1" state="0">
			<bounds x="289" y="347" width="48" height="48"/>
		</element>
		<element name="lamp229" ref="lamp_229_1_border" state="0">
			<bounds x="87" y="345" width="52" height="52"/>
		</element>
		<element name="lamp229" ref="lamp_229_1" state="0">
			<bounds x="89" y="347" width="48" height="48"/>
		</element>
		<element name="lamp245" ref="lamp_245_1_border" state="0">
			<bounds x="137" y="345" width="52" height="52"/>
		</element>
		<element name="lamp245" ref="lamp_245_1" state="0">
			<bounds x="139" y="347" width="48" height="48"/>
		</element>
		<element name="lamp243" ref="lamp_243_1_border" state="0">
			<bounds x="187" y="345" width="52" height="52"/>
		</element>
		<element name="lamp243" ref="lamp_243_1" state="0">
			<bounds x="189" y="347" width="48" height="48"/>
		</element>
		<element name="lamp230" ref="lamp_230_1_border" state="0">
			<bounds x="337" y="345" width="52" height="52"/>
		</element>
		<element name="lamp230" ref="lamp_230_1" state="0">
			<bounds x="339" y="347" width="48" height="48"/>
		</element>
		<element name="lamp231" ref="lamp_231_1_border" state="0">
			<bounds x="387" y="345" width="52" height="52"/>
		</element>
		<element name="lamp231" ref="lamp_231_1" state="0">
			<bounds x="389" y="347" width="48" height="48"/>
		</element>
		<element name="lamp196" ref="lamp_196_1_border" state="0">
			<bounds x="575" y="125" width="86" height="38"/>
		</element>
		<element name="lamp196" ref="lamp_196_1" state="0">
			<bounds x="577" y="127" width="82" height="34"/>
		</element>
		<element name="lamp212" ref="lamp_212_1_border" state="0">
			<bounds x="575" y="89" width="86" height="38"/>
		</element>
		<element name="lamp212" ref="lamp_212_1" state="0">
			<bounds x="577" y="91" width="82" height="34"/>
		</element>
		<element name="lamp211" ref="lamp_211_1_border" state="0">
			<bounds x="562" y="252" width="112" height="42"/>
		</element>
		<element name="lamp211" ref="lamp_211_1" state="0">
			<bounds x="564" y="254" width="108" height="38"/>
		</element>
		<element name="lamp237" ref="lamp_237_1_border" state="0">
			<bounds x="617" y="333" width="52" height="42"/>
		</element>
		<element name="lamp237" ref="lamp_237_1" state="0">
			<bounds x="619" y="335" width="48" height="38"/>
		</element>
		<element name="lamp236" ref="lamp_236_1_border" state="0">
			<bounds x="617" y="293" width="52" height="42"/>
		</element>
		<element name="lamp236" ref="lamp_236_1" state="0">
			<bounds x="619" y="295" width="48" height="38"/>
		</element>
		<element name="lamp225" ref="lamp_225_1_border" state="0">
			<bounds x="617" y="374" width="52" height="22"/>
		</element>
		<element name="lamp225" ref="lamp_225_1" state="0">
			<bounds x="619" y="376" width="48" height="18"/>
		</element>
		<element name="lamp224" ref="lamp_224_1_border" state="0">
			<bounds x="567" y="374" width="52" height="22"/>
		</element>
		<element name="lamp224" ref="lamp_224_1" state="0">
			<bounds x="569" y="376" width="48" height="18"/>
		</element>
		<element name="lamp239" ref="lamp_239_1_border" state="0">
			<bounds x="567" y="293" width="52" height="42"/>
		</element>
		<element name="lamp239" ref="lamp_239_1" state="0">
			<bounds x="569" y="295" width="48" height="38"/>
		</element>
		<element name="lamp238" ref="lamp_238_1_border" state="0">
			<bounds x="567" y="333" width="52" height="42"/>
		</element>
		<element name="lamp238" ref="lamp_238_1" state="0">
			<bounds x="569" y="335" width="48" height="38"/>
		</element>
		<element name="lamp168" ref="lamp_168_1_border" state="0">
			<bounds x="8" y="360" width="72" height="37"/>
		</element>
		<element name="lamp168" ref="lamp_168_1" state="0">
			<bounds x="10" y="362" width="68" height="33"/>
		</element>
		<element name="lamp170" ref="lamp_170_1_border" state="0">
			<bounds x="8" y="325" width="72" height="37"/>
		</element>
		<element name="lamp170" ref="lamp_170_1" state="0">
			<bounds x="10" y="327" width="68" height="33"/>
		</element>
		<element name="lamp172" ref="lamp_172_1_border" state="0">
			<bounds x="8" y="290" width="72" height="37"/>
		</element>
		<element name="lamp172" ref="lamp_172_1" state="0">
			<bounds x="10" y="292" width="68" height="33"/>
		</element>
		<element name="lamp174" ref="lamp_174_1_border" state="0">
			<bounds x="8" y="255" width="72" height="37"/>
		</element>
		<element name="lamp174" ref="lamp_174_1" state="0">
			<bounds x="10" y="257" width="68" height="33"/>
		</element>
		<element name="lamp160" ref="lamp_160_1_border" state="0">
			<bounds x="8" y="220" width="72" height="37"/>
		</element>
		<element name="lamp160" ref="lamp_160_1" state="0">
			<bounds x="10" y="222" width="68" height="33"/>
		</element>
		<element name="lamp162" ref="lamp_162_1_border" state="0">
			<bounds x="8" y="185" width="72" height="37"/>
		</element>
		<element name="lamp162" ref="lamp_162_1" state="0">
			<bounds x="10" y="187" width="68" height="33"/>
		</element>
		<element name="lamp180" ref="lamp_180_1_border" state="0">
			<bounds x="8" y="45" width="72" height="37"/>
		</element>
		<element name="lamp180" ref="lamp_180_1" state="0">
			<bounds x="10" y="47" width="68" height="33"/>
		</element>
		<element name="lamp182" ref="lamp_182_1_border" state="0">
			<bounds x="8" y="80" width="72" height="37"/>
		</element>
		<element name="lamp182" ref="lamp_182_1" state="0">
			<bounds x="10" y="82" width="68" height="33"/>
		</element>
		<element name="lamp167" ref="lamp_167_1_border" state="0">
			<bounds x="8" y="115" width="72" height="37"/>
		</element>
		<element name="lamp167" ref="lamp_167_1" state="0">
			<bounds x="10" y="117" width="68" height="33"/>
		</element>
		<element name="lamp164" ref="lamp_164_1_border" state="0">
			<bounds x="8" y="150" width="72" height="37"/>
		</element>
		<element name="lamp164" ref="lamp_164_1" state="0">
			<bounds x="10" y="152" width="68" height="33"/>
		</element>
		<element name="lamp197" ref="lamp_197_1_border" state="0">
			<bounds x="288" y="12" width="102" height="22"/>
		</element>
		<element name="lamp197" ref="lamp_197_1" state="0">
			<bounds x="290" y="14" width="98" height="18"/>
		</element>
		<element name="lamp198" ref="lamp_198_1_border" state="0">
			<bounds x="158" y="12" width="102" height="22"/>
		</element>
		<element name="lamp198" ref="lamp_198_1" state="0">
			<bounds x="160" y="14" width="98" height="18"/>
		</element>
		<element name="lamp233" ref="lamp_233_1_border" state="0">
			<bounds x="157" y="408" width="62" height="22"/>
		</element>
		<element name="lamp233" ref="lamp_233_1" state="0">
			<bounds x="159" y="410" width="58" height="18"/>
		</element>
		<element name="lamp240" ref="lamp_240_1_border" state="0">
			<bounds x="397" y="433" width="38" height="52"/>
		</element>
		<element name="lamp240" ref="lamp_240_1" state="0">
			<bounds x="399" y="435" width="34" height="48"/>
		</element>
		<element name="lamp255" ref="lamp_255_1_border" state="0">
			<bounds x="359" y="433" width="38" height="52"/>
		</element>
		<element name="lamp255" ref="lamp_255_1" state="0">
			<bounds x="361" y="435" width="34" height="48"/>
		</element>
		<element name="lamp254" ref="lamp_254_1_border" state="0">
			<bounds x="321" y="433" width="38" height="52"/>
		</element>
		<element name="lamp254" ref="lamp_254_1" state="0">
			<bounds x="323" y="435" width="34" height="48"/>
		</element>
		<element name="lamp253" ref="lamp_253_1_border" state="0">
			<bounds x="283" y="433" width="38" height="52"/>
		</element>
		<element name="lamp253" ref="lamp_253_1" state="0">
			<bounds x="285" y="435" width="34" height="48"/>
		</element>
		<element name="lamp252" ref="lamp_252_1_border" state="0">
			<bounds x="245" y="433" width="38" height="52"/>
		</element>
		<element name="lamp252" ref="lamp_252_1" state="0">
			<bounds x="247" y="435" width="34" height="48"/>
		</element>
		<element name="lamp251" ref="lamp_251_1_border" state="0">
			<bounds x="207" y="433" width="38" height="52"/>
		</element>
		<element name="lamp251" ref="lamp_251_1" state="0">
			<bounds x="209" y="435" width="34" height="48"/>
		</element>
		<element name="lamp250" ref="lamp_250_1_border" state="0">
			<bounds x="169" y="433" width="38" height="52"/>
		</element>
		<element name="lamp250" ref="lamp_250_1" state="0">
			<bounds x="171" y="435" width="34" height="48"/>
		</element>
		<element name="lamp249" ref="lamp_249_1_border" state="0">
			<bounds x="131" y="433" width="38" height="52"/>
		</element>
		<element name="lamp249" ref="lamp_249_1" state="0">
			<bounds x="133" y="435" width="34" height="48"/>
		</element>
		<element name="lamp248" ref="lamp_248_1_border" state="0">
			<bounds x="93" y="433" width="38" height="52"/>
		</element>
		<element name="lamp248" ref="lamp_248_1" state="0">
			<bounds x="95" y="435" width="34" height="48"/>
		</element>
		<element name="lamp228" ref="lamp_228_1_border" state="0">
			<bounds x="437" y="441" width="48" height="32"/>
		</element>
		<element name="lamp228" ref="lamp_228_1" state="0">
			<bounds x="439" y="443" width="44" height="28"/>
		</element>
		<element name="lamp227" ref="lamp_227_1_border" state="0">
			<bounds x="43" y="444" width="48" height="32"/>
		</element>
		<element name="lamp227" ref="lamp_227_1" state="0">
			<bounds x="45" y="446" width="44" height="28"/>
		</element>
		<element name="lamp242" ref="lamp_242_1_border" state="0">
			<bounds x="232" y="313" width="62" height="18"/>
		</element>
		<element name="lamp242" ref="lamp_242_1" state="0">
			<bounds x="234" y="315" width="58" height="14"/>
		</element>
		<element name="lamp209" ref="lamp_209_1_border" state="0">
			<bounds x="263" y="158" width="30" height="30"/>
		</element>
		<element name="lamp209" ref="lamp_209_1" state="0">
			<bounds x="265" y="160" width="26" height="26"/>
		</element>
		<element name="lamp222" ref="lamp_222_1_border" state="0">
			<bounds x="263" y="188" width="30" height="30"/>
		</element>
		<element name="lamp222" ref="lamp_222_1" state="0">
			<bounds x="265" y="190" width="26" height="26"/>
		</element>
		<element name="lamp221" ref="lamp_221_1_border" state="0">
			<bounds x="263" y="218" width="30" height="30"/>
		</element>
		<element name="lamp221" ref="lamp_221_1" state="0">
			<bounds x="265" y="220" width="26" height="26"/>
		</element>
		<element name="lamp218" ref="lamp_218_1_border" state="0">
			<bounds x="263" y="248" width="30" height="30"/>
		</element>
		<element name="lamp218" ref="lamp_218_1" state="0">
			<bounds x="265" y="250" width="26" height="26"/>
		</element>
		<element name="lamp217" ref="lamp_217_1_border" state="0">
			<bounds x="263" y="278" width="30" height="30"/>
		</element>
		<element name="lamp217" ref="lamp_217_1" state="0">
			<bounds x="265" y="280" width="26" height="26"/>
		</element>
		<element name="lamp208" ref="lamp_208_1_border" state="0">
			<bounds x="233" y="158" width="30" height="30"/>
		</element>
		<element name="lamp208" ref="lamp_208_1" state="0">
			<bounds x="235" y="160" width="26" height="26"/>
		</element>
		<element name="lamp220" ref="lamp_220_1_border" state="0">
			<bounds x="233" y="218" width="30" height="30"/>
		</element>
		<element name="lamp220" ref="lamp_220_1" state="0">
			<bounds x="235" y="220" width="26" height="26"/>
		</element>
		<element name="lamp216" ref="lamp_216_1_border" state="0">
			<bounds x="233" y="278" width="30" height="30"/>
		</element>
		<element name="lamp216" ref="lamp_216_1" state="0">
			<bounds x="235" y="280" width="26" height="26"/>
		</element>
		<element name="lamp219" ref="lamp_219_1_border" state="0">
			<bounds x="233" y="248" width="30" height="30"/>
		</element>
		<element name="lamp219" ref="lamp_219_1" state="0">
			<bounds x="235" y="250" width="26" height="26"/>
		</element>
		<element name="lamp223" ref="lamp_223_1_border" state="0">
			<bounds x="233" y="188" width="30" height="30"/>
		</element>
		<element name="lamp223" ref="lamp_223_1" state="0">
			<bounds x="235" y="190" width="26" height="26"/>
		</element>
		<element name="lamp210" ref="lamp_210_1_border" state="0">
			<bounds x="232" y="136" width="62" height="16"/>
		</element>
		<element name="lamp210" ref="lamp_210_1" state="0">
			<bounds x="234" y="138" width="58" height="12"/>
		</element>
		<element name="lamp235" ref="lamp_235_1_border" state="0">
			<bounds x="446" y="80" width="72" height="37"/>
		</element>
		<element name="lamp235" ref="lamp_235_1" state="0">
			<bounds x="448" y="82" width="68" height="33"/>
		</element>
		<element name="lamp150" ref="lamp_150_1_border" state="0">
			<bounds x="446" y="115" width="72" height="37"/>
		</element>
		<element name="lamp150" ref="lamp_150_1" state="0">
			<bounds x="448" y="117" width="68" height="33"/>
		</element>
		<element name="lamp148" ref="lamp_148_1_border" state="0">
			<bounds x="446" y="150" width="72" height="37"/>
		</element>
		<element name="lamp148" ref="lamp_148_1" state="0">
			<bounds x="448" y="152" width="68" height="33"/>
		</element>
		<element name="lamp146" ref="lamp_146_1_border" state="0">
			<bounds x="446" y="185" width="72" height="37"/>
		</element>
		<element name="lamp146" ref="lamp_146_1" state="0">
			<bounds x="448" y="187" width="68" height="33"/>
		</element>
		<element name="lamp144" ref="lamp_144_1_border" state="0">
			<bounds x="446" y="220" width="72" height="37"/>
		</element>
		<element name="lamp144" ref="lamp_144_1" state="0">
			<bounds x="448" y="222" width="68" height="33"/>
		</element>
		<element name="lamp158" ref="lamp_158_1_border" state="0">
			<bounds x="446" y="255" width="72" height="37"/>
		</element>
		<element name="lamp158" ref="lamp_158_1" state="0">
			<bounds x="448" y="257" width="68" height="33"/>
		</element>
		<element name="lamp156" ref="lamp_156_1_border" state="0">
			<bounds x="446" y="290" width="72" height="37"/>
		</element>
		<element name="lamp156" ref="lamp_156_1" state="0">
			<bounds x="448" y="292" width="68" height="33"/>
		</element>
		<element name="lamp154" ref="lamp_154_1_border" state="0">
			<bounds x="446" y="325" width="72" height="37"/>
		</element>
		<element name="lamp154" ref="lamp_154_1" state="0">
			<bounds x="448" y="327" width="68" height="33"/>
		</element>
		<element name="lamp152" ref="lamp_152_1_border" state="0">
			<bounds x="446" y="360" width="72" height="37"/>
		</element>
		<element name="lamp152" ref="lamp_152_1" state="0">
			<bounds x="448" y="362" width="68" height="33"/>
		</element>
		<element name="lamp215" ref="lamp_215_1_border" state="0">
			<bounds x="446" y="45" width="72" height="37"/>
		</element>
		<element name="lamp215" ref="lamp_215_1" state="0">
			<bounds x="448" y="47" width="68" height="33"/>
		</element>
		<element name="lamp176" ref="lamp_176_1_border" state="0">
			<bounds x="123" y="158" width="28" height="28"/>
		</element>
		<element name="lamp176" ref="lamp_176_1" state="0">
			<bounds x="125" y="160" width="24" height="24"/>
		</element>
		<element name="lamp177" ref="lamp_177_1_border" state="0">
			<bounds x="153" y="158" width="28" height="28"/>
		</element>
		<element name="lamp177" ref="lamp_177_1" state="0">
			<bounds x="155" y="160" width="24" height="24"/>
		</element>
		<element name="lamp184" ref="lamp_184_1_border" state="0">
			<bounds x="123" y="280" width="28" height="28"/>
		</element>
		<element name="lamp184" ref="lamp_184_1" state="0">
			<bounds x="125" y="282" width="24" height="24"/>
		</element>
		<element name="lamp185" ref="lamp_185_1_border" state="0">
			<bounds x="153" y="280" width="28" height="28"/>
		</element>
		<element name="lamp185" ref="lamp_185_1" state="0">
			<bounds x="155" y="282" width="24" height="24"/>
		</element>
		<element name="lamp186" ref="lamp_186_1_border" state="0">
			<bounds x="153" y="249" width="28" height="28"/>
		</element>
		<element name="lamp186" ref="lamp_186_1" state="0">
			<bounds x="155" y="251" width="24" height="24"/>
		</element>
		<element name="lamp190" ref="lamp_190_1_border" state="0">
			<bounds x="153" y="189" width="28" height="28"/>
		</element>
		<element name="lamp190" ref="lamp_190_1" state="0">
			<bounds x="155" y="191" width="24" height="24"/>
		</element>
		<element name="lamp189" ref="lamp_189_1_border" state="0">
			<bounds x="153" y="219" width="28" height="28"/>
		</element>
		<element name="lamp189" ref="lamp_189_1" state="0">
			<bounds x="155" y="221" width="24" height="24"/>
		</element>
		<element name="lamp191" ref="lamp_191_1_border" state="0">
			<bounds x="123" y="189" width="28" height="28"/>
		</element>
		<element name="lamp191" ref="lamp_191_1" state="0">
			<bounds x="125" y="191" width="24" height="24"/>
		</element>
		<element name="lamp187" ref="lamp_187_1_border" state="0">
			<bounds x="123" y="249" width="28" height="28"/>
		</element>
		<element name="lamp187" ref="lamp_187_1" state="0">
			<bounds x="125" y="251" width="24" height="24"/>
		</element>
		<element name="lamp188" ref="lamp_188_1_border" state="0">
			<bounds x="123" y="219" width="28" height="28"/>
		</element>
		<element name="lamp188" ref="lamp_188_1" state="0">
			<bounds x="125" y="221" width="24" height="24"/>
		</element>
		<element name="lamp178" ref="lamp_178_1_border" state="0">
			<bounds x="122" y="136" width="62" height="16"/>
		</element>
		<element name="lamp178" ref="lamp_178_1" state="0">
			<bounds x="124" y="138" width="58" height="12"/>
		</element>
		<element name="lamp246" ref="lamp_246_1_border" state="0">
			<bounds x="122" y="313" width="62" height="18"/>
		</element>
		<element name="lamp246" ref="lamp_246_1" state="0">
			<bounds x="124" y="315" width="58" height="14"/>
		</element>
		<element name="lamp244" ref="lamp_244_1_border" state="0">
			<bounds x="342" y="313" width="62" height="18"/>
		</element>
		<element name="lamp244" ref="lamp_244_1" state="0">
			<bounds x="344" y="315" width="58" height="14"/>
		</element>
		<element name="lamp200" ref="lamp_200_1_border" state="0">
			<bounds x="340" y="274" width="37" height="37"/>
		</element>
		<element name="lamp200" ref="lamp_200_1" state="0">
			<bounds x="342" y="276" width="33" height="33"/>
		</element>
		<element name="lamp204" ref="lamp_204_1_border" state="0">
			<bounds x="340" y="216" width="37" height="37"/>
		</element>
		<element name="lamp204" ref="lamp_204_1" state="0">
			<bounds x="342" y="218" width="33" height="33"/>
		</element>
		<element name="lamp192" ref="lamp_192_1_border" state="0">
			<bounds x="340" y="156" width="37" height="37"/>
		</element>
		<element name="lamp192" ref="lamp_192_1" state="0">
			<bounds x="342" y="158" width="33" height="33"/>
		</element>
		<element name="lamp203" ref="lamp_203_1_border" state="0">
			<bounds x="340" y="246" width="37" height="37"/>
		</element>
		<element name="lamp203" ref="lamp_203_1" state="0">
			<bounds x="342" y="248" width="33" height="33"/>
		</element>
		<element name="lamp207" ref="lamp_207_1_border" state="0">
			<bounds x="340" y="186" width="37" height="37"/>
		</element>
		<element name="lamp207" ref="lamp_207_1" state="0">
			<bounds x="342" y="188" width="33" height="33"/>
		</element>
		<element name="lamp193" ref="lamp_193_1_border" state="0">
			<bounds x="370" y="156" width="37" height="37"/>
		</element>
		<element name="lamp193" ref="lamp_193_1" state="0">
			<bounds x="372" y="158" width="33" height="33"/>
		</element>
		<element name="lamp206" ref="lamp_206_1_border" state="0">
			<bounds x="370" y="186" width="37" height="37"/>
		</element>
		<element name="lamp206" ref="lamp_206_1" state="0">
			<bounds x="372" y="188" width="33" height="33"/>
		</element>
		<element name="lamp205" ref="lamp_205_1_border" state="0">
			<bounds x="370" y="216" width="37" height="37"/>
		</element>
		<element name="lamp205" ref="lamp_205_1" state="0">
			<bounds x="372" y="218" width="33" height="33"/>
		</element>
		<element name="lamp202" ref="lamp_202_1_border" state="0">
			<bounds x="370" y="246" width="37" height="37"/>
		</element>
		<element name="lamp202" ref="lamp_202_1" state="0">
			<bounds x="372" y="248" width="33" height="33"/>
		</element>
		<element name="lamp201" ref="lamp_201_1_border" state="0">
			<bounds x="370" y="274" width="37" height="37"/>
		</element>
		<element name="lamp201" ref="lamp_201_1" state="0">
			<bounds x="372" y="276" width="33" height="33"/>
		</element>
		<element name="lamp194" ref="lamp_194_1_border" state="0">
			<bounds x="342" y="136" width="62" height="16"/>
		</element>
		<element name="lamp194" ref="lamp_194_1" state="0">
			<bounds x="344" y="138" width="58" height="12"/>
		</element>
		<element name="lamp29" ref="colour_button_135_border" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="42" y="630" width="62" height="42"/>
		</element>
		<element name="lamp29" ref="colour_button_135" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="44" y="632" width="58" height="38"/>
		</element>
		<element name="lamp14" ref="colour_button_136_border" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="282" y="630" width="62" height="42"/>
		</element>
		<element name="lamp14" ref="colour_button_136" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="284" y="632" width="58" height="38"/>
		</element>
		<element name="lamp15" ref="colour_button_137_border" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="402" y="630" width="62" height="42"/>
		</element>
		<element name="lamp15" ref="colour_button_137" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="404" y="632" width="58" height="38"/>
		</element>
		<element name="lamp13" ref="colour_button_138_border" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="162" y="629" width="62" height="42"/>
		</element>
		<element name="lamp13" ref="colour_button_138" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="164" y="631" width="58" height="38"/>
		</element>
		<element name="lamp31" ref="colour_button_139_border" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="512" y="630" width="66" height="42"/>
		</element>
		<element name="lamp31" ref="colour_button_139" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="514" y="632" width="62" height="38"/>
		</element>
		<element name="lamp12" ref="colour_button_140_border" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="597" y="630" width="62" height="42"/>
		</element>
		<element name="lamp12" ref="colour_button_140" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="599" y="632" width="58" height="38"/>
		</element>
		<element name="lamp214" ref="colour_button_141_border" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="587" y="406" width="62" height="42"/>
		</element>
		<element name="lamp214" ref="colour_button_141" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="589" y="408" width="58" height="38"/>
		</element>
		<element name="lamp195" ref="colour_button_142_border" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="575" y="19" width="46" height="62"/>
		</element>
		<element name="lamp195" ref="colour_button_142" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="577" y="21" width="42" height="58"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="608" y="575" width="24" height="32"/>
		</element>
		<element name="led_off48" ref="led_off">
			<bounds x="611" y="577" width="17" height="2"/>
		</element>
		<element name="led_off49" ref="led_off">
			<bounds x="625" y="577" width="3" height="14"/>
		</element>
		<element name="led_off50" ref="led_off">
			<bounds x="625" y="589" width="3" height="14"/>
		</element>
		<element name="led_off51" ref="led_off">
			<bounds x="611" y="601" width="17" height="2"/>
		</element>
		<element name="led_off52" ref="led_off">
			<bounds x="611" y="589" width="3" height="14"/>
		</element>
		<element name="led_off53" ref="led_off">
			<bounds x="611" y="577" width="3" height="14"/>
		</element>
		<element name="led_off54" ref="led_off">
			<bounds x="611" y="589" width="17" height="2"/>
		</element>
		<element name="led_off55" ref="led_dot_off">
			<bounds x="628" y="601" width="3" height="2"/>
		</element>
		<element name="lamp48" ref="led_on">
			<bounds x="611" y="577" width="17" height="2"/>
		</element>
		<element name="lamp49" ref="led_on">
			<bounds x="625" y="577" width="3" height="14"/>
		</element>
		<element name="lamp50" ref="led_on">
			<bounds x="625" y="589" width="3" height="14"/>
		</element>
		<element name="lamp51" ref="led_on">
			<bounds x="611" y="601" width="17" height="2"/>
		</element>
		<element name="lamp52" ref="led_on">
			<bounds x="611" y="589" width="3" height="14"/>
		</element>
		<element name="lamp53" ref="led_on">
			<bounds x="611" y="577" width="3" height="14"/>
		</element>
		<element name="lamp54" ref="led_on">
			<bounds x="611" y="589" width="17" height="2"/>
		</element>
		<element name="lamp55" ref="led_dot_on">
			<bounds x="628" y="601" width="3" height="2"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="584" y="575" width="24" height="32"/>
		</element>
		<element name="led_off32" ref="led_off">
			<bounds x="587" y="577" width="17" height="2"/>
		</element>
		<element name="led_off33" ref="led_off">
			<bounds x="601" y="577" width="3" height="14"/>
		</element>
		<element name="led_off34" ref="led_off">
			<bounds x="601" y="589" width="3" height="14"/>
		</element>
		<element name="led_off35" ref="led_off">
			<bounds x="587" y="601" width="17" height="2"/>
		</element>
		<element name="led_off36" ref="led_off">
			<bounds x="587" y="589" width="3" height="14"/>
		</element>
		<element name="led_off37" ref="led_off">
			<bounds x="587" y="577" width="3" height="14"/>
		</element>
		<element name="led_off38" ref="led_off">
			<bounds x="587" y="589" width="17" height="2"/>
		</element>
		<element name="led_off39" ref="led_dot_off">
			<bounds x="604" y="601" width="3" height="2"/>
		</element>
		<element name="lamp32" ref="led_on">
			<bounds x="587" y="577" width="17" height="2"/>
		</element>
		<element name="lamp33" ref="led_on">
			<bounds x="601" y="577" width="3" height="14"/>
		</element>
		<element name="lamp34" ref="led_on">
			<bounds x="601" y="589" width="3" height="14"/>
		</element>
		<element name="lamp35" ref="led_on">
			<bounds x="587" y="601" width="17" height="2"/>
		</element>
		<element name="lamp36" ref="led_on">
			<bounds x="587" y="589" width="3" height="14"/>
		</element>
		<element name="lamp37" ref="led_on">
			<bounds x="587" y="577" width="3" height="14"/>
		</element>
		<element name="lamp38" ref="led_on">
			<bounds x="587" y="589" width="17" height="2"/>
		</element>
		<element name="lamp39" ref="led_dot_on">
			<bounds x="604" y="601" width="3" height="2"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="251" y="34" width="46" height="54"/>
		</element>
		<element name="led_off136" ref="led_off">
			<bounds x="257" y="38" width="32" height="4"/>
		</element>
		<element name="led_off137" ref="led_off">
			<bounds x="283" y="38" width="6" height="24"/>
		</element>
		<element name="led_off138" ref="led_off">
			<bounds x="283" y="58" width="6" height="24"/>
		</element>
		<element name="led_off139" ref="led_off">
			<bounds x="257" y="78" width="32" height="4"/>
		</element>
		<element name="led_off140" ref="led_off">
			<bounds x="257" y="58" width="6" height="24"/>
		</element>
		<element name="led_off141" ref="led_off">
			<bounds x="257" y="38" width="6" height="24"/>
		</element>
		<element name="led_off142" ref="led_off">
			<bounds x="257" y="58" width="32" height="4"/>
		</element>
		<element name="led_off143" ref="led_dot_off">
			<bounds x="290" y="78" width="6" height="4"/>
		</element>
		<element name="lamp136" ref="led_on">
			<bounds x="257" y="38" width="32" height="4"/>
		</element>
		<element name="lamp137" ref="led_on">
			<bounds x="283" y="38" width="6" height="24"/>
		</element>
		<element name="lamp138" ref="led_on">
			<bounds x="283" y="58" width="6" height="24"/>
		</element>
		<element name="lamp139" ref="led_on">
			<bounds x="257" y="78" width="32" height="4"/>
		</element>
		<element name="lamp140" ref="led_on">
			<bounds x="257" y="58" width="6" height="24"/>
		</element>
		<element name="lamp141" ref="led_on">
			<bounds x="257" y="38" width="6" height="24"/>
		</element>
		<element name="lamp142" ref="led_on">
			<bounds x="257" y="58" width="32" height="4"/>
		</element>
		<element name="lamp143" ref="led_dot_on">
			<bounds x="290" y="78" width="6" height="4"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="159" y="34" width="46" height="54"/>
		</element>
		<element name="led_off72" ref="led_off">
			<bounds x="165" y="38" width="32" height="4"/>
		</element>
		<element name="led_off73" ref="led_off">
			<bounds x="191" y="38" width="6" height="24"/>
		</element>
		<element name="led_off74" ref="led_off">
			<bounds x="191" y="58" width="6" height="24"/>
		</element>
		<element name="led_off75" ref="led_off">
			<bounds x="165" y="78" width="32" height="4"/>
		</element>
		<element name="led_off76" ref="led_off">
			<bounds x="165" y="58" width="6" height="24"/>
		</element>
		<element name="led_off77" ref="led_off">
			<bounds x="165" y="38" width="6" height="24"/>
		</element>
		<element name="led_off78" ref="led_off">
			<bounds x="165" y="58" width="32" height="4"/>
		</element>
		<element name="led_off79" ref="led_dot_off">
			<bounds x="198" y="78" width="6" height="4"/>
		</element>
		<element name="lamp72" ref="led_on">
			<bounds x="165" y="38" width="32" height="4"/>
		</element>
		<element name="lamp73" ref="led_on">
			<bounds x="191" y="38" width="6" height="24"/>
		</element>
		<element name="lamp74" ref="led_on">
			<bounds x="191" y="58" width="6" height="24"/>
		</element>
		<element name="lamp75" ref="led_on">
			<bounds x="165" y="78" width="32" height="4"/>
		</element>
		<element name="lamp76" ref="led_on">
			<bounds x="165" y="58" width="6" height="24"/>
		</element>
		<element name="lamp77" ref="led_on">
			<bounds x="165" y="38" width="6" height="24"/>
		</element>
		<element name="lamp78" ref="led_on">
			<bounds x="165" y="58" width="32" height="4"/>
		</element>
		<element name="lamp79" ref="led_dot_on">
			<bounds x="198" y="78" width="6" height="4"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="205" y="34" width="46" height="54"/>
		</element>
		<element name="led_off88" ref="led_off">
			<bounds x="211" y="38" width="32" height="4"/>
		</element>
		<element name="led_off89" ref="led_off">
			<bounds x="237" y="38" width="6" height="24"/>
		</element>
		<element name="led_off90" ref="led_off">
			<bounds x="237" y="58" width="6" height="24"/>
		</element>
		<element name="led_off91" ref="led_off">
			<bounds x="211" y="78" width="32" height="4"/>
		</element>
		<element name="led_off92" ref="led_off">
			<bounds x="211" y="58" width="6" height="24"/>
		</element>
		<element name="led_off93" ref="led_off">
			<bounds x="211" y="38" width="6" height="24"/>
		</element>
		<element name="led_off94" ref="led_off">
			<bounds x="211" y="58" width="32" height="4"/>
		</element>
		<element name="led_off95" ref="led_dot_off">
			<bounds x="244" y="78" width="6" height="4"/>
		</element>
		<element name="lamp88" ref="led_on">
			<bounds x="211" y="38" width="32" height="4"/>
		</element>
		<element name="lamp89" ref="led_on">
			<bounds x="237" y="38" width="6" height="24"/>
		</element>
		<element name="lamp90" ref="led_on">
			<bounds x="237" y="58" width="6" height="24"/>
		</element>
		<element name="lamp91" ref="led_on">
			<bounds x="211" y="78" width="32" height="4"/>
		</element>
		<element name="lamp92" ref="led_on">
			<bounds x="211" y="58" width="6" height="24"/>
		</element>
		<element name="lamp93" ref="led_on">
			<bounds x="211" y="38" width="6" height="24"/>
		</element>
		<element name="lamp94" ref="led_on">
			<bounds x="211" y="58" width="32" height="4"/>
		</element>
		<element name="lamp95" ref="led_dot_on">
			<bounds x="244" y="78" width="6" height="4"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="297" y="34" width="46" height="54"/>
		</element>
		<element name="led_off104" ref="led_off">
			<bounds x="303" y="38" width="32" height="4"/>
		</element>
		<element name="led_off105" ref="led_off">
			<bounds x="329" y="38" width="6" height="24"/>
		</element>
		<element name="led_off106" ref="led_off">
			<bounds x="329" y="58" width="6" height="24"/>
		</element>
		<element name="led_off107" ref="led_off">
			<bounds x="303" y="78" width="32" height="4"/>
		</element>
		<element name="led_off108" ref="led_off">
			<bounds x="303" y="58" width="6" height="24"/>
		</element>
		<element name="led_off109" ref="led_off">
			<bounds x="303" y="38" width="6" height="24"/>
		</element>
		<element name="led_off110" ref="led_off">
			<bounds x="303" y="58" width="32" height="4"/>
		</element>
		<element name="led_off111" ref="led_dot_off">
			<bounds x="336" y="78" width="6" height="4"/>
		</element>
		<element name="lamp104" ref="led_on">
			<bounds x="303" y="38" width="32" height="4"/>
		</element>
		<element name="lamp105" ref="led_on">
			<bounds x="329" y="38" width="6" height="24"/>
		</element>
		<element name="lamp106" ref="led_on">
			<bounds x="329" y="58" width="6" height="24"/>
		</element>
		<element name="lamp107" ref="led_on">
			<bounds x="303" y="78" width="32" height="4"/>
		</element>
		<element name="lamp108" ref="led_on">
			<bounds x="303" y="58" width="6" height="24"/>
		</element>
		<element name="lamp109" ref="led_on">
			<bounds x="303" y="38" width="6" height="24"/>
		</element>
		<element name="lamp110" ref="led_on">
			<bounds x="303" y="58" width="32" height="4"/>
		</element>
		<element name="lamp111" ref="led_dot_on">
			<bounds x="336" y="78" width="6" height="4"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="343" y="34" width="46" height="54"/>
		</element>
		<element name="led_off120" ref="led_off">
			<bounds x="349" y="38" width="32" height="4"/>
		</element>
		<element name="led_off121" ref="led_off">
			<bounds x="375" y="38" width="6" height="24"/>
		</element>
		<element name="led_off122" ref="led_off">
			<bounds x="375" y="58" width="6" height="24"/>
		</element>
		<element name="led_off123" ref="led_off">
			<bounds x="349" y="78" width="32" height="4"/>
		</element>
		<element name="led_off124" ref="led_off">
			<bounds x="349" y="58" width="6" height="24"/>
		</element>
		<element name="led_off125" ref="led_off">
			<bounds x="349" y="38" width="6" height="24"/>
		</element>
		<element name="led_off126" ref="led_off">
			<bounds x="349" y="58" width="32" height="4"/>
		</element>
		<element name="led_off127" ref="led_dot_off">
			<bounds x="382" y="78" width="6" height="4"/>
		</element>
		<element name="lamp120" ref="led_on">
			<bounds x="349" y="38" width="32" height="4"/>
		</element>
		<element name="lamp121" ref="led_on">
			<bounds x="375" y="38" width="6" height="24"/>
		</element>
		<element name="lamp122" ref="led_on">
			<bounds x="375" y="58" width="6" height="24"/>
		</element>
		<element name="lamp123" ref="led_on">
			<bounds x="349" y="78" width="32" height="4"/>
		</element>
		<element name="lamp124" ref="led_on">
			<bounds x="349" y="58" width="6" height="24"/>
		</element>
		<element name="lamp125" ref="led_on">
			<bounds x="349" y="38" width="6" height="24"/>
		</element>
		<element name="lamp126" ref="led_on">
			<bounds x="349" y="58" width="32" height="4"/>
		</element>
		<element name="lamp127" ref="led_dot_on">
			<bounds x="382" y="78" width="6" height="4"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="648" y="193" width="30" height="40"/>
		</element>
		<element name="led_off112" ref="led_off">
			<bounds x="652" y="196" width="21" height="3"/>
		</element>
		<element name="led_off113" ref="led_off">
			<bounds x="669" y="196" width="4" height="18"/>
		</element>
		<element name="led_off114" ref="led_off">
			<bounds x="669" y="211" width="4" height="18"/>
		</element>
		<element name="led_off115" ref="led_off">
			<bounds x="652" y="225" width="21" height="3"/>
		</element>
		<element name="led_off116" ref="led_off">
			<bounds x="652" y="211" width="4" height="18"/>
		</element>
		<element name="led_off117" ref="led_off">
			<bounds x="652" y="196" width="4" height="18"/>
		</element>
		<element name="led_off118" ref="led_off">
			<bounds x="652" y="211" width="21" height="3"/>
		</element>
		<element name="led_off119" ref="led_dot_off">
			<bounds x="673" y="225" width="4" height="3"/>
		</element>
		<element name="lamp112" ref="led_on">
			<bounds x="652" y="196" width="21" height="3"/>
		</element>
		<element name="lamp113" ref="led_on">
			<bounds x="669" y="196" width="4" height="18"/>
		</element>
		<element name="lamp114" ref="led_on">
			<bounds x="669" y="211" width="4" height="18"/>
		</element>
		<element name="lamp115" ref="led_on">
			<bounds x="652" y="225" width="21" height="3"/>
		</element>
		<element name="lamp116" ref="led_on">
			<bounds x="652" y="211" width="4" height="18"/>
		</element>
		<element name="lamp117" ref="led_on">
			<bounds x="652" y="196" width="4" height="18"/>
		</element>
		<element name="lamp118" ref="led_on">
			<bounds x="652" y="211" width="21" height="3"/>
		</element>
		<element name="lamp119" ref="led_dot_on">
			<bounds x="673" y="225" width="4" height="3"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="588" y="193" width="30" height="40"/>
		</element>
		<element name="led_off80" ref="led_off">
			<bounds x="592" y="196" width="21" height="3"/>
		</element>
		<element name="led_off81" ref="led_off">
			<bounds x="609" y="196" width="4" height="18"/>
		</element>
		<element name="led_off82" ref="led_off">
			<bounds x="609" y="211" width="4" height="18"/>
		</element>
		<element name="led_off83" ref="led_off">
			<bounds x="592" y="225" width="21" height="3"/>
		</element>
		<element name="led_off84" ref="led_off">
			<bounds x="592" y="211" width="4" height="18"/>
		</element>
		<element name="led_off85" ref="led_off">
			<bounds x="592" y="196" width="4" height="18"/>
		</element>
		<element name="led_off86" ref="led_off">
			<bounds x="592" y="211" width="21" height="3"/>
		</element>
		<element name="led_off87" ref="led_dot_off">
			<bounds x="613" y="225" width="4" height="3"/>
		</element>
		<element name="lamp80" ref="led_on">
			<bounds x="592" y="196" width="21" height="3"/>
		</element>
		<element name="lamp81" ref="led_on">
			<bounds x="609" y="196" width="4" height="18"/>
		</element>
		<element name="lamp82" ref="led_on">
			<bounds x="609" y="211" width="4" height="18"/>
		</element>
		<element name="lamp83" ref="led_on">
			<bounds x="592" y="225" width="21" height="3"/>
		</element>
		<element name="lamp84" ref="led_on">
			<bounds x="592" y="211" width="4" height="18"/>
		</element>
		<element name="lamp85" ref="led_on">
			<bounds x="592" y="196" width="4" height="18"/>
		</element>
		<element name="lamp86" ref="led_on">
			<bounds x="592" y="211" width="21" height="3"/>
		</element>
		<element name="lamp87" ref="led_dot_on">
			<bounds x="613" y="225" width="4" height="3"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="618" y="193" width="30" height="40"/>
		</element>
		<element name="led_off96" ref="led_off">
			<bounds x="622" y="196" width="21" height="3"/>
		</element>
		<element name="led_off97" ref="led_off">
			<bounds x="639" y="196" width="4" height="18"/>
		</element>
		<element name="led_off98" ref="led_off">
			<bounds x="639" y="211" width="4" height="18"/>
		</element>
		<element name="led_off99" ref="led_off">
			<bounds x="622" y="225" width="21" height="3"/>
		</element>
		<element name="led_off100" ref="led_off">
			<bounds x="622" y="211" width="4" height="18"/>
		</element>
		<element name="led_off101" ref="led_off">
			<bounds x="622" y="196" width="4" height="18"/>
		</element>
		<element name="led_off102" ref="led_off">
			<bounds x="622" y="211" width="21" height="3"/>
		</element>
		<element name="led_off103" ref="led_dot_off">
			<bounds x="643" y="225" width="4" height="3"/>
		</element>
		<element name="lamp96" ref="led_on">
			<bounds x="622" y="196" width="21" height="3"/>
		</element>
		<element name="lamp97" ref="led_on">
			<bounds x="639" y="196" width="4" height="18"/>
		</element>
		<element name="lamp98" ref="led_on">
			<bounds x="639" y="211" width="4" height="18"/>
		</element>
		<element name="lamp99" ref="led_on">
			<bounds x="622" y="225" width="21" height="3"/>
		</element>
		<element name="lamp100" ref="led_on">
			<bounds x="622" y="211" width="4" height="18"/>
		</element>
		<element name="lamp101" ref="led_on">
			<bounds x="622" y="196" width="4" height="18"/>
		</element>
		<element name="lamp102" ref="led_on">
			<bounds x="622" y="211" width="21" height="3"/>
		</element>
		<element name="lamp103" ref="led_dot_on">
			<bounds x="643" y="225" width="4" height="3"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="558" y="193" width="30" height="40"/>
		</element>
		<element name="led_off64" ref="led_off">
			<bounds x="562" y="196" width="21" height="3"/>
		</element>
		<element name="led_off65" ref="led_off">
			<bounds x="579" y="196" width="4" height="18"/>
		</element>
		<element name="led_off66" ref="led_off">
			<bounds x="579" y="211" width="4" height="18"/>
		</element>
		<element name="led_off67" ref="led_off">
			<bounds x="562" y="225" width="21" height="3"/>
		</element>
		<element name="led_off68" ref="led_off">
			<bounds x="562" y="211" width="4" height="18"/>
		</element>
		<element name="led_off69" ref="led_off">
			<bounds x="562" y="196" width="4" height="18"/>
		</element>
		<element name="led_off70" ref="led_off">
			<bounds x="562" y="211" width="21" height="3"/>
		</element>
		<element name="led_off71" ref="led_dot_off">
			<bounds x="583" y="225" width="4" height="3"/>
		</element>
		<element name="lamp64" ref="led_on">
			<bounds x="562" y="196" width="21" height="3"/>
		</element>
		<element name="lamp65" ref="led_on">
			<bounds x="579" y="196" width="4" height="18"/>
		</element>
		<element name="lamp66" ref="led_on">
			<bounds x="579" y="211" width="4" height="18"/>
		</element>
		<element name="lamp67" ref="led_on">
			<bounds x="562" y="225" width="21" height="3"/>
		</element>
		<element name="lamp68" ref="led_on">
			<bounds x="562" y="211" width="4" height="18"/>
		</element>
		<element name="lamp69" ref="led_on">
			<bounds x="562" y="196" width="4" height="18"/>
		</element>
		<element name="lamp70" ref="led_on">
			<bounds x="562" y="211" width="21" height="3"/>
		</element>
		<element name="lamp71" ref="led_dot_on">
			<bounds x="583" y="225" width="4" height="3"/>
		</element>
		<element name="label13" ref="label_13">
			<bounds x="583" y="556" width="51" height="23"/>
		</element>
		<element name="label52" ref="label_52">
			<bounds x="530" y="190" width="29" height="51"/>
		</element>
		<element name="label58" ref="label_58">
			<bounds x="110" y="13" width="51" height="90"/>
		</element>
		<element name="label70" ref="label_70">
			<bounds x="732" y="484" width="174" height="30"/>
		</element>
		<element name="label71" ref="label_71">
			<bounds x="732" y="442" width="139" height="30"/>
		</element>
		<element name="label72" ref="label_72">
			<bounds x="732" y="400" width="139" height="30"/>
		</element>
		<element name="label73" ref="label_73">
			<bounds x="732" y="358" width="139" height="30"/>
		</element>
		<element name="label74" ref="label_74">
			<bounds x="732" y="316" width="139" height="30"/>
		</element>
		<element name="label75" ref="label_75">
			<bounds x="732" y="274" width="69" height="30"/>
		</element>
		<element name="label76" ref="label_76">
			<bounds x="732" y="232" width="69" height="30"/>
		</element>
		<element name="label77" ref="label_77">
			<bounds x="732" y="190" width="82" height="30"/>
		</element>
		<element name="label78" ref="label_78">
			<bounds x="732" y="145" width="95" height="30"/>
		</element>
		<element name="label79" ref="label_79">
			<bounds x="732" y="106" width="95" height="30"/>
		</element>
		<element name="label80" ref="label_80">
			<bounds x="732" y="64" width="108" height="30"/>
		</element>
		<element name="label81" ref="label_81">
			<bounds x="732" y="22" width="108" height="30"/>
		</element>
		<element name="label129" ref="label_129">
			<bounds x="11" y="673" width="37" height="16"/>
		</element>
		<element name="label130" ref="label_130">
			<bounds x="572" y="459" width="100" height="32"/>
		</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_unreferenced" 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_unreferenced" 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_unreferenced" 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_unreferenced" state="0">
			<bounds x="480" y="32" width="60" height="60"/>
		</element>
		<element name="lamp8" ref="debug_lamp_reel" state="0">
			<bounds x="544" y="32" width="60" height="60"/>
		</element>
		<element name="lamp9" ref="debug_lamp_reel" state="0">
			<bounds x="608" y="32" width="60" height="60"/>
		</element>
		<element name="lamp10" ref="debug_lamp_reel" state="0">
			<bounds x="672" y="32" width="60" height="60"/>
		</element>
		<element name="lamp11" ref="debug_lamp_reel" state="0">
			<bounds x="736" y="32" width="60" height="60"/>
		</element>
		<element name="lamp12" ref="debug_lamp_button" state="0">
			<bounds x="800" y="32" width="60" height="60"/>
		</element>
		<element name="lamp13" ref="debug_lamp_button" state="0">
			<bounds x="864" y="32" width="60" height="60"/>
		</element>
		<element name="lamp14" ref="debug_lamp_button" state="0">
			<bounds x="928" y="32" width="60" height="60"/>
		</element>
		<element name="lamp15" ref="debug_lamp_button" 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_unreferenced" 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_unreferenced" state="0">
			<bounds x="480" y="96" width="60" height="60"/>
		</element>
		<element name="lamp24" ref="debug_lamp_reel" state="0">
			<bounds x="544" y="96" width="60" height="60"/>
		</element>
		<element name="lamp25" ref="debug_lamp_reel" state="0">
			<bounds x="608" y="96" width="60" height="60"/>
		</element>
		<element name="lamp26" ref="debug_lamp_reel" state="0">
			<bounds x="672" y="96" width="60" height="60"/>
		</element>
		<element name="lamp27" ref="debug_lamp_reel" state="0">
			<bounds x="736" y="96" width="60" height="60"/>
		</element>
		<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="96" width="60" height="60"/>
		</element>
		<element name="lamp29" ref="debug_lamp_button" state="0">
			<bounds x="864" y="96" width="60" height="60"/>
		</element>
		<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="96" width="60" height="60"/>
		</element>
		<element name="lamp31" ref="debug_lamp_button" state="0">
			<bounds x="992" y="96" width="60" height="60"/>
		</element>
		<element name="lamp32" ref="debug_lamp_segment" state="0">
			<bounds x="32" y="160" width="60" height="60"/>
		</element>
		<element name="lamp33" ref="debug_lamp_segment" state="0">
			<bounds x="96" y="160" width="60" height="60"/>
		</element>
		<element name="lamp34" ref="debug_lamp_segment" state="0">
			<bounds x="160" y="160" width="60" height="60"/>
		</element>
		<element name="lamp35" ref="debug_lamp_segment" state="0">
			<bounds x="224" y="160" width="60" height="60"/>
		</element>
		<element name="lamp36" ref="debug_lamp_segment" state="0">
			<bounds x="288" y="160" width="60" height="60"/>
		</element>
		<element name="lamp37" ref="debug_lamp_segment" state="0">
			<bounds x="352" y="160" width="60" height="60"/>
		</element>
		<element name="lamp38" ref="debug_lamp_segment" state="0">
			<bounds x="416" y="160" width="60" height="60"/>
		</element>
		<element name="lamp39" ref="debug_lamp_segment" state="0">
			<bounds x="480" y="160" width="60" height="60"/>
		</element>
		<element name="lamp40" ref="debug_lamp_reel" state="0">
			<bounds x="544" y="160" width="60" height="60"/>
		</element>
		<element name="lamp41" ref="debug_lamp_reel" state="0">
			<bounds x="608" y="160" width="60" height="60"/>
		</element>
		<element name="lamp42" ref="debug_lamp_reel" state="0">
			<bounds x="672" y="160" width="60" height="60"/>
		</element>
		<element name="lamp43" ref="debug_lamp_reel" state="0">
			<bounds x="736" y="160" width="60" height="60"/>
		</element>
		<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="160" width="60" height="60"/>
		</element>
		<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="160" width="60" height="60"/>
		</element>
		<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="160" width="60" height="60"/>
		</element>
		<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="160" width="60" height="60"/>
		</element>
		<element name="lamp48" ref="debug_lamp_segment" state="0">
			<bounds x="32" y="224" width="60" height="60"/>
		</element>
		<element name="lamp49" ref="debug_lamp_segment" state="0">
			<bounds x="96" y="224" width="60" height="60"/>
		</element>
		<element name="lamp50" ref="debug_lamp_segment" state="0">
			<bounds x="160" y="224" width="60" height="60"/>
		</element>
		<element name="lamp51" ref="debug_lamp_segment" state="0">
			<bounds x="224" y="224" width="60" height="60"/>
		</element>
		<element name="lamp52" ref="debug_lamp_segment" state="0">
			<bounds x="288" y="224" width="60" height="60"/>
		</element>
		<element name="lamp53" ref="debug_lamp_segment" state="0">
			<bounds x="352" y="224" width="60" height="60"/>
		</element>
		<element name="lamp54" ref="debug_lamp_segment" state="0">
			<bounds x="416" y="224" width="60" height="60"/>
		</element>
		<element name="lamp55" ref="debug_lamp_segment" state="0">
			<bounds x="480" y="224" width="60" height="60"/>
		</element>
		<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="224" width="60" height="60"/>
		</element>
		<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="224" width="60" height="60"/>
		</element>
		<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="224" width="60" height="60"/>
		</element>
		<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="224" width="60" height="60"/>
		</element>
		<element name="lamp60" ref="debug_lamp_unreferenced" 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_segment" state="0">
			<bounds x="32" y="288" width="60" height="60"/>
		</element>
		<element name="lamp65" ref="debug_lamp_segment" state="0">
			<bounds x="96" y="288" width="60" height="60"/>
		</element>
		<element name="lamp66" ref="debug_lamp_segment" state="0">
			<bounds x="160" y="288" width="60" height="60"/>
		</element>
		<element name="lamp67" ref="debug_lamp_segment" state="0">
			<bounds x="224" y="288" width="60" height="60"/>
		</element>
		<element name="lamp68" ref="debug_lamp_segment" state="0">
			<bounds x="288" y="288" width="60" height="60"/>
		</element>
		<element name="lamp69" ref="debug_lamp_segment" state="0">
			<bounds x="352" y="288" width="60" height="60"/>
		</element>
		<element name="lamp70" ref="debug_lamp_segment" state="0">
			<bounds x="416" y="288" width="60" height="60"/>
		</element>
		<element name="lamp71" ref="debug_lamp_segment" state="0">
			<bounds x="480" y="288" width="60" height="60"/>
		</element>
		<element name="lamp72" ref="debug_lamp_segment" state="0">
			<bounds x="544" y="288" width="60" height="60"/>
		</element>
		<element name="lamp73" ref="debug_lamp_segment" state="0">
			<bounds x="608" y="288" width="60" height="60"/>
		</element>
		<element name="lamp74" ref="debug_lamp_segment" state="0">
			<bounds x="672" y="288" width="60" height="60"/>
		</element>
		<element name="lamp75" ref="debug_lamp_segment" state="0">
			<bounds x="736" y="288" width="60" height="60"/>
		</element>
		<element name="lamp76" ref="debug_lamp_segment" state="0">
			<bounds x="800" y="288" width="60" height="60"/>
		</element>
		<element name="lamp77" ref="debug_lamp_segment" state="0">
			<bounds x="864" y="288" width="60" height="60"/>
		</element>
		<element name="lamp78" ref="debug_lamp_segment" state="0">
			<bounds x="928" y="288" width="60" height="60"/>
		</element>
		<element name="lamp79" ref="debug_lamp_segment" state="0">
			<bounds x="992" y="288" width="60" height="60"/>
		</element>
		<element name="lamp80" ref="debug_lamp_segment" state="0">
			<bounds x="32" y="352" width="60" height="60"/>
		</element>
		<element name="lamp81" ref="debug_lamp_segment" state="0">
			<bounds x="96" y="352" width="60" height="60"/>
		</element>
		<element name="lamp82" ref="debug_lamp_segment" state="0">
			<bounds x="160" y="352" width="60" height="60"/>
		</element>
		<element name="lamp83" ref="debug_lamp_segment" state="0">
			<bounds x="224" y="352" width="60" height="60"/>
		</element>
		<element name="lamp84" ref="debug_lamp_segment" state="0">
			<bounds x="288" y="352" width="60" height="60"/>
		</element>
		<element name="lamp85" ref="debug_lamp_segment" state="0">
			<bounds x="352" y="352" width="60" height="60"/>
		</element>
		<element name="lamp86" ref="debug_lamp_segment" state="0">
			<bounds x="416" y="352" width="60" height="60"/>
		</element>
		<element name="lamp87" ref="debug_lamp_segment" state="0">
			<bounds x="480" y="352" width="60" height="60"/>
		</element>
		<element name="lamp88" ref="debug_lamp_segment" state="0">
			<bounds x="544" y="352" width="60" height="60"/>
		</element>
		<element name="lamp89" ref="debug_lamp_segment" state="0">
			<bounds x="608" y="352" width="60" height="60"/>
		</element>
		<element name="lamp90" ref="debug_lamp_segment" state="0">
			<bounds x="672" y="352" width="60" height="60"/>
		</element>
		<element name="lamp91" ref="debug_lamp_segment" state="0">
			<bounds x="736" y="352" width="60" height="60"/>
		</element>
		<element name="lamp92" ref="debug_lamp_segment" state="0">
			<bounds x="800" y="352" width="60" height="60"/>
		</element>
		<element name="lamp93" ref="debug_lamp_segment" state="0">
			<bounds x="864" y="352" width="60" height="60"/>
		</element>
		<element name="lamp94" ref="debug_lamp_segment" state="0">
			<bounds x="928" y="352" width="60" height="60"/>
		</element>
		<element name="lamp95" ref="debug_lamp_segment" state="0">
			<bounds x="992" y="352" width="60" height="60"/>
		</element>
		<element name="lamp96" ref="debug_lamp_segment" state="0">
			<bounds x="32" y="416" width="60" height="60"/>
		</element>
		<element name="lamp97" ref="debug_lamp_segment" state="0">
			<bounds x="96" y="416" width="60" height="60"/>
		</element>
		<element name="lamp98" ref="debug_lamp_segment" state="0">
			<bounds x="160" y="416" width="60" height="60"/>
		</element>
		<element name="lamp99" ref="debug_lamp_segment" state="0">
			<bounds x="224" y="416" width="60" height="60"/>
		</element>
		<element name="lamp100" ref="debug_lamp_segment" state="0">
			<bounds x="288" y="416" width="60" height="60"/>
		</element>
		<element name="lamp101" ref="debug_lamp_segment" state="0">
			<bounds x="352" y="416" width="60" height="60"/>
		</element>
		<element name="lamp102" ref="debug_lamp_segment" state="0">
			<bounds x="416" y="416" width="60" height="60"/>
		</element>
		<element name="lamp103" ref="debug_lamp_segment" state="0">
			<bounds x="480" y="416" width="60" height="60"/>
		</element>
		<element name="lamp104" ref="debug_lamp_segment" state="0">
			<bounds x="544" y="416" width="60" height="60"/>
		</element>
		<element name="lamp105" ref="debug_lamp_segment" state="0">
			<bounds x="608" y="416" width="60" height="60"/>
		</element>
		<element name="lamp106" ref="debug_lamp_segment" state="0">
			<bounds x="672" y="416" width="60" height="60"/>
		</element>
		<element name="lamp107" ref="debug_lamp_segment" state="0">
			<bounds x="736" y="416" width="60" height="60"/>
		</element>
		<element name="lamp108" ref="debug_lamp_segment" state="0">
			<bounds x="800" y="416" width="60" height="60"/>
		</element>
		<element name="lamp109" ref="debug_lamp_segment" state="0">
			<bounds x="864" y="416" width="60" height="60"/>
		</element>
		<element name="lamp110" ref="debug_lamp_segment" state="0">
			<bounds x="928" y="416" width="60" height="60"/>
		</element>
		<element name="lamp111" ref="debug_lamp_segment" state="0">
			<bounds x="992" y="416" width="60" height="60"/>
		</element>
		<element name="lamp112" ref="debug_lamp_segment" state="0">
			<bounds x="32" y="480" width="60" height="60"/>
		</element>
		<element name="lamp113" ref="debug_lamp_segment" state="0">
			<bounds x="96" y="480" width="60" height="60"/>
		</element>
		<element name="lamp114" ref="debug_lamp_segment" state="0">
			<bounds x="160" y="480" width="60" height="60"/>
		</element>
		<element name="lamp115" ref="debug_lamp_segment" state="0">
			<bounds x="224" y="480" width="60" height="60"/>
		</element>
		<element name="lamp116" ref="debug_lamp_segment" state="0">
			<bounds x="288" y="480" width="60" height="60"/>
		</element>
		<element name="lamp117" ref="debug_lamp_segment" state="0">
			<bounds x="352" y="480" width="60" height="60"/>
		</element>
		<element name="lamp118" ref="debug_lamp_segment" state="0">
			<bounds x="416" y="480" width="60" height="60"/>
		</element>
		<element name="lamp119" ref="debug_lamp_segment" state="0">
			<bounds x="480" y="480" width="60" height="60"/>
		</element>
		<element name="lamp120" ref="debug_lamp_segment" state="0">
			<bounds x="544" y="480" width="60" height="60"/>
		</element>
		<element name="lamp121" ref="debug_lamp_segment" state="0">
			<bounds x="608" y="480" width="60" height="60"/>
		</element>
		<element name="lamp122" ref="debug_lamp_segment" state="0">
			<bounds x="672" y="480" width="60" height="60"/>
		</element>
		<element name="lamp123" ref="debug_lamp_segment" state="0">
			<bounds x="736" y="480" width="60" height="60"/>
		</element>
		<element name="lamp124" ref="debug_lamp_segment" state="0">
			<bounds x="800" y="480" width="60" height="60"/>
		</element>
		<element name="lamp125" ref="debug_lamp_segment" state="0">
			<bounds x="864" y="480" width="60" height="60"/>
		</element>
		<element name="lamp126" ref="debug_lamp_segment" state="0">
			<bounds x="928" y="480" width="60" height="60"/>
		</element>
		<element name="lamp127" ref="debug_lamp_segment" state="0">
			<bounds x="992" y="480" width="60" height="60"/>
		</element>
		<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="544" width="60" height="60"/>
		</element>
		<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="544" width="60" height="60"/>
		</element>
		<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="544" width="60" height="60"/>
		</element>
		<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="544" width="60" height="60"/>
		</element>
		<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="544" width="60" height="60"/>
		</element>
		<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="544" width="60" height="60"/>
		</element>
		<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="544" width="60" height="60"/>
		</element>
		<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="544" width="60" height="60"/>
		</element>
		<element name="lamp136" ref="debug_lamp_segment" state="0">
			<bounds x="544" y="544" width="60" height="60"/>
		</element>
		<element name="lamp137" ref="debug_lamp_segment" state="0">
			<bounds x="608" y="544" width="60" height="60"/>
		</element>
		<element name="lamp138" ref="debug_lamp_segment" state="0">
			<bounds x="672" y="544" width="60" height="60"/>
		</element>
		<element name="lamp139" ref="debug_lamp_segment" state="0">
			<bounds x="736" y="544" width="60" height="60"/>
		</element>
		<element name="lamp140" ref="debug_lamp_segment" state="0">
			<bounds x="800" y="544" width="60" height="60"/>
		</element>
		<element name="lamp141" ref="debug_lamp_segment" state="0">
			<bounds x="864" y="544" width="60" height="60"/>
		</element>
		<element name="lamp142" ref="debug_lamp_segment" state="0">
			<bounds x="928" y="544" width="60" height="60"/>
		</element>
		<element name="lamp143" ref="debug_lamp_segment" state="0">
			<bounds x="992" y="544" width="60" height="60"/>
		</element>
		<element name="lamp144" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="608" width="60" height="60"/>
		</element>
		<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="608" width="60" height="60"/>
		</element>
		<element name="lamp146" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="608" width="60" height="60"/>
		</element>
		<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="608" width="60" height="60"/>
		</element>
		<element name="lamp148" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="608" width="60" height="60"/>
		</element>
		<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="608" width="60" height="60"/>
		</element>
		<element name="lamp150" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="608" width="60" height="60"/>
		</element>
		<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="608" width="60" height="60"/>
		</element>
		<element name="lamp152" ref="debug_lamp_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_unreferenced" 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_unreferenced" state="0">
			<bounds x="864" y="608" width="60" height="60"/>
		</element>
		<element name="lamp158" ref="debug_lamp_standard" 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_standard" state="0">
			<bounds x="32" y="672" width="60" height="60"/>
		</element>
		<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="672" width="60" height="60"/>
		</element>
		<element name="lamp162" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="672" width="60" height="60"/>
		</element>
		<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="672" width="60" height="60"/>
		</element>
		<element name="lamp164" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="672" width="60" height="60"/>
		</element>
		<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="672" width="60" height="60"/>
		</element>
		<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="672" width="60" height="60"/>
		</element>
		<element name="lamp167" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="672" width="60" height="60"/>
		</element>
		<element name="lamp168" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="672" width="60" height="60"/>
		</element>
		<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="672" width="60" height="60"/>
		</element>
		<element name="lamp170" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="672" width="60" height="60"/>
		</element>
		<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="672" width="60" height="60"/>
		</element>
		<element name="lamp172" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="672" width="60" height="60"/>
		</element>
		<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="672" width="60" height="60"/>
		</element>
		<element name="lamp174" ref="debug_lamp_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_standard" 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_standard" state="0">
			<bounds x="160" y="736" width="60" height="60"/>
		</element>
		<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="736" width="60" height="60"/>
		</element>
		<element name="lamp180" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="736" width="60" height="60"/>
		</element>
		<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="736" width="60" height="60"/>
		</element>
		<element name="lamp182" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="736" width="60" height="60"/>
		</element>
		<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="736" width="60" height="60"/>
		</element>
		<element name="lamp184" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="736" width="60" height="60"/>
		</element>
		<element name="lamp185" ref="debug_lamp_standard" 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_standard" state="0">
			<bounds x="992" y="736" width="60" height="60"/>
		</element>
		<element name="lamp192" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="800" width="60" height="60"/>
		</element>
		<element name="lamp193" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="800" width="60" height="60"/>
		</element>
		<element name="lamp194" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="800" width="60" height="60"/>
		</element>
		<element name="lamp195" ref="debug_lamp_button" state="0">
			<bounds x="224" y="800" width="60" height="60"/>
		</element>
		<element name="lamp196" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="800" width="60" height="60"/>
		</element>
		<element name="lamp197" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="800" width="60" height="60"/>
		</element>
		<element name="lamp198" ref="debug_lamp_standard" 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_standard" state="0">
			<bounds x="608" y="800" width="60" height="60"/>
		</element>
		<element name="lamp202" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="800" width="60" height="60"/>
		</element>
		<element name="lamp203" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="800" width="60" height="60"/>
		</element>
		<element name="lamp204" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="800" width="60" height="60"/>
		</element>
		<element name="lamp205" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="800" width="60" height="60"/>
		</element>
		<element name="lamp206" ref="debug_lamp_standard" state="0">
			<bounds x="928" y="800" width="60" height="60"/>
		</element>
		<element name="lamp207" ref="debug_lamp_standard" state="0">
			<bounds x="992" y="800" width="60" height="60"/>
		</element>
		<element name="lamp208" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="864" width="60" height="60"/>
		</element>
		<element name="lamp209" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="864" width="60" height="60"/>
		</element>
		<element name="lamp210" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="864" width="60" height="60"/>
		</element>
		<element name="lamp211" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="864" width="60" height="60"/>
		</element>
		<element name="lamp212" ref="debug_lamp_standard" 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_button" state="0">
			<bounds x="416" y="864" width="60" height="60"/>
		</element>
		<element name="lamp215" ref="debug_lamp_standard" 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_standard" state="0">
			<bounds x="608" y="864" width="60" height="60"/>
		</element>
		<element name="lamp218" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="864" width="60" height="60"/>
		</element>
		<element name="lamp219" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="864" width="60" height="60"/>
		</element>
		<element name="lamp220" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="864" width="60" height="60"/>
		</element>
		<element name="lamp221" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="864" width="60" height="60"/>
		</element>
		<element name="lamp222" ref="debug_lamp_standard" state="0">
			<bounds x="928" y="864" width="60" height="60"/>
		</element>
		<element name="lamp223" ref="debug_lamp_standard" state="0">
			<bounds x="992" y="864" width="60" height="60"/>
		</element>
		<element name="lamp224" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="928" width="60" height="60"/>
		</element>
		<element name="lamp225" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="928" width="60" height="60"/>
		</element>
		<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="928" width="60" height="60"/>
		</element>
		<element name="lamp227" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="928" width="60" height="60"/>
		</element>
		<element name="lamp228" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="928" width="60" height="60"/>
		</element>
		<element name="lamp229" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="928" width="60" height="60"/>
		</element>
		<element name="lamp230" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="928" width="60" height="60"/>
		</element>
		<element name="lamp231" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="928" width="60" height="60"/>
		</element>
		<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="928" width="60" height="60"/>
		</element>
		<element name="lamp233" ref="debug_lamp_standard" 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_standard" state="0">
			<bounds x="736" y="928" width="60" height="60"/>
		</element>
		<element name="lamp236" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="928" width="60" height="60"/>
		</element>
		<element name="lamp237" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="928" width="60" height="60"/>
		</element>
		<element name="lamp238" ref="debug_lamp_standard" state="0">
			<bounds x="928" y="928" width="60" height="60"/>
		</element>
		<element name="lamp239" ref="debug_lamp_standard" state="0">
			<bounds x="992" y="928" width="60" height="60"/>
		</element>
		<element name="lamp240" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="992" width="60" height="60"/>
		</element>
		<element name="lamp241" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="992" width="60" height="60"/>
		</element>
		<element name="lamp242" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="992" width="60" height="60"/>
		</element>
		<element name="lamp243" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="992" width="60" height="60"/>
		</element>
		<element name="lamp244" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="992" width="60" height="60"/>
		</element>
		<element name="lamp245" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="992" width="60" height="60"/>
		</element>
		<element name="lamp246" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="992" width="60" height="60"/>
		</element>
		<element name="lamp247" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="992" width="60" height="60"/>
		</element>
		<element name="lamp248" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="992" width="60" height="60"/>
		</element>
		<element name="lamp249" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="992" width="60" height="60"/>
		</element>
		<element name="lamp250" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="992" width="60" height="60"/>
		</element>
		<element name="lamp251" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="992" width="60" height="60"/>
		</element>
		<element name="lamp252" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="992" width="60" height="60"/>
		</element>
		<element name="lamp253" ref="debug_lamp_standard" 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_standard" state="0">
			<bounds x="992" y="992" width="60" height="60"/>
		</element>

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

		<element name="debug_button_0" ref="debug_button_unreferenced" state="0" inputtag="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="lamp12" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="660" width="80" height="44"/>
		</element>
		<element name="lamp13" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="660" width="80" height="44"/>
		</element>
		<element name="lamp14" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="660" width="80" height="44"/>
		</element>
		<element name="lamp15" ref="debug_button_standard" 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="lamp29" ref="debug_button_standard" 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="lamp31" ref="debug_button_standard" 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="lamp214" ref="debug_button_standard" 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="lamp195" ref="debug_button_standard" 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="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_33" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_34" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_36" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_47" ref="debug_button_unreferenced" 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="0" increment="1" />
			<param name="x" start="1150" increment="32" />
			<element name="vfd~n~" ref="debug_vfd" state="0">
				<bounds x="~x~" y="600" width="32" height="48"/>
			</element>
		</repeat>

		<element ref="reel_background">
			<bounds x="1100" y="32" width="120" height="240"/>
		</element>
		<element name="lamp8" ref="reel_lamp" state="0">
			<bounds x="1100.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp24" ref="reel_lamp" state="0">
			<bounds x="1100.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp40" ref="reel_lamp" state="0">
			<bounds x="1100.0000" y="192.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="sreel1" ref="reel0" state="0">
			<bounds x="1100" y="32" width="120" height="240"/>
		</element>
		<element ref="reel_background">
			<bounds x="1240" y="32" width="120" height="240"/>
		</element>
		<element name="lamp9" ref="reel_lamp" state="0">
			<bounds x="1240.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp25" ref="reel_lamp" state="0">
			<bounds x="1240.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp41" 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="lamp10" ref="reel_lamp" state="0">
			<bounds x="1380.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp26" ref="reel_lamp" state="0">
			<bounds x="1380.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp42" 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="lamp11" ref="reel_lamp" state="0">
			<bounds x="1520.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp27" ref="reel_lamp" state="0">
			<bounds x="1520.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp43" 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 name="reel1" ref="debug_stepper_value">
			<bounds x="1100" y="272" width="50" height="30"/>
		</element>
		<element name="reel2" ref="debug_stepper_value">
			<bounds x="1240" y="272" width="50" height="30"/>
		</element>
		<element name="reel3" ref="debug_stepper_value">
			<bounds x="1380" y="272" width="50" height="30"/>
		</element>
		<element name="reel4" ref="debug_stepper_value">
			<bounds x="1520" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_0">
			<bounds x="1180" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_1">
			<bounds x="1320" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_2">
			<bounds x="1460" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_3">
			<bounds x="1600" y="272" width="50" height="30"/>
		</element>
	</view>
</mamelayout>