
.team-grid1 img:hover{
 filter: none; /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: none; /* Old WebKit */
}
.team-grid1 img{
 filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 58px;
    right: 0;
    width: 32px;
    height: 88px;
    cursor: pointer;
    background: rgba(237, 237, 237, 0.74) url(<?php echo DOMAIN?>muiten1.png) right 6px center no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 58px;
    left: 0;
    width: 32px;
    height: 88px;
    cursor: pointer;
    background: rgba(237, 237, 237, 0.74)d url(<?php echo DOMAIN?>muiten2.png) left 6px center no-repeat;
    /* padding-top: 129px; */
}.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    /* margin-right: 21px; */
   margin-right: 0;  
}.jcarousel-skin-tango .jcarousel-item {
    width: 448px;
    text-align: center;
}