#trataka-colors { 
              background:#666;
              right:2px;
              border:2px solid #fff;
              background-position-x: 0px;
              background-repeat: no-repeat;
              color: #fff;
              font-weight: bolder;
              text-align: -webkit-center;
              z-index:100;
            }

#trataka-colors-black-white {
              z-index:110;
              cursor: hand;
              background-color: #000;
              float:left;
              margin-left: 4px;
            }

#trataka-colors-white-red {
              z-index:110;
              cursor: hand;
              background-color: #fff;
              float: right;
              margin-right: 4px;
            }

#trataka-colors-black-white-dot {
              z-index:120;
              cursor: hand;
              background-color: #fff;
              text-align: center;
            }

#trataka-colors-white-red-dot {
              z-index:120;
              cursor: hand;
              background-color: #f00;
              text-align: center;
            }
