   .button{
            border: 0;
            cursor: pointer;
        }
         #button1{
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: url("/Public/wallet/1.png") repeat ;
            background-size: 100% 100%;
            outline:none;
            border: 0;
            cursor: pointer;
        }
         #button2{
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: url('/Public/wallet/2.png') repeat ;
            background-size: 100% 100%;
            outline:none;
        }
         #button3{
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: url('/Public/wallet/3.png') repeat ;
            background-size: 100% 100%;
            outline:none;
        }
         #button4{
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: url('/Public/wallet/4.png') repeat ;
            background-size: 100% 100%;
            outline:none;
        }
        #btt ul li{
            display: inline-block;
            margin-left: 55px;
            text-align: center;
			font-weight:bolder
        }