﻿        li.vouchers {
    height: 160px;
    float: left;
    padding: 4px;
    text-indent: -99999px;
    width: 160px;
}


ul.vouchers {
    /*background: #f4f4f4;
    background: linear-gradient(#fff, #eee);
    border: 1px solid #ccc;
    border-radius: 6px;
    display: inline-block;
    height: 36px;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 4px 0 0;*/
    direction: ltr;
    height: auto;
    display: inline-block;
    list-style: none; /*margin: 0 0 -15px 33px;*/
    padding: 0 4px 0 0;
}

         li a.vouchers {
               background: url('../../images/vouchersBtn.png') 0 0 no-repeat;
                 display: block;
                  height: 160px;
                   width: 160px;

         }


.tamavoucher a.vouchers {
    background-position: 0 0;
}

    .tamavoucher a.vouchers:hover {
        background-position: 0 -160px;
    }


.tamatvoucher a.vouchers {
    background-position: -180px 0;
}

    .tamatvoucher a.vouchers:hover {
        background-position: -180px -160px;
    }

         .computervoucher a.vouchers {
                background-position: -360px 0;

         }

          .computervoucher a.vouchers:hover {
                 background-position: -360px -160px;

         }

           .handvoucher a.vouchers{
            background-position: -540px 0;
        }
          
        .handvoucher a.vouchers:hover  {
            background-position: -540px -160px;
        }


       

         /*.UniqStamp a.vouchers {
                background-position: 0 0;
                

         }

          .UniqStamp a.vouchers:hover {
                 background-position: 0 -160px;

         }

         .Ourvouchers a.vouchers {
                background-position: -180px 0;

         }

          .Ourvouchers a.vouchers:hover {
                 background-position: -180px -160px;

         }

           .StampManu a.vouchers{
            background-position: -360px 0;
        }
          
        .StampManu a.vouchers:hover  {
            background-position: -360px -160px;
        }

           .StampComp a.vouchers{
            background-position: -540px 0;
        }
          
        .StampComp  a.vouchers:hover  {
            background-position: -540px -160px;
        }*/
