/********work******/
.work {
    width: 100%;
}

    .work td {
        text-align: center;
        vertical-align: middle;
    }

    .work a {
        cursor: pointer;
        position: relative;
        text-decoration: none;
        text-align: center;
        color: #000000;
       
        font-size: 18px;
        width: 150px;
        height: 160px;
        overflow: hidden;
        display: block;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: 50% 0;
    }

        .work a:hover {
            color: #00826c;
            background-position: 50% -160px;
        }

.button01 {
    background-image: url(../../Images/button01.png);
}

.button02 {
    background-image: url(../../Images/button02.png);
}

.button03 {
    background-image: url(../../Images/button03.png);
}

.button04 {
    background-image: url(../../Images/button04.png);
}

.button05 {
    background-image: url(../../Images/button05.png);
}

.button06 {
    background-image: url(../../Images/button06.png);
}

.button07 {
    background-image: url(../../Images/button07.png);
}

.button08 {
    background-image: url(../../Images/button08.png);
}

.button09 {
    background-image: url(../../Images/button09.png);
}

.button10 {
    background-image: url(../../Images/button10.png);
}

.button11 {
    background-image: url(../../Images/button11.png);
}

.button12 {
    background-image: url(../../Images/button12.png);
}

.button13 {
    background-image: url(../../Images/button13.png);
}

.button14 {
    background-image: url(../../Images/button14.png);
}

.button15 {
    background-image: url(../../Images/button15.png);
}

.button16 {
    background-image: url(../../Images/button16.png);
}

.button17 {
    background-image: url(../../Images/button17.png);
}

.button18 {
    background-image: url(../../Images/button18.png);
}

.button19 {
    background-image: url(../../Images/button19.png);
}

.work span {
    margin: 130px auto 0 auto;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-shadow: 2px 2px 2px #cccccc;
    /* -moz-box-shadow:2px 2px 12px -5px #000000;
-webkit-box-shadow:2px 2px 12px -5px #000000;
box-shadow:1px 1px 18px -4px #000000;
                 */
    /*   
box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
box-shadow:2px 2px 1px rgba(20%,20%,40%,0.5) inset;
box-shadow:2px 2px 2px rgba(20%,20%,40%,0.6),4px 4px 6px rgba(20%,20%,40%,0.4),6px 6px 12px rgba(20%,20%,40%,0.4);
                */
}