.GoldCustomer div.Logo ul.LogoList li.li-item:hover img {

   // filter : whitescale(50%);
   // -moz-filter: whitescale(50%);
   // -webkit-filter:whitescale(50%);
  //  -ms-filter:whitescale(50%);
  //  -o-filter:whitescale(50%);
  opacity: 0.5;
}
.GoldCustomer div.Logo ul.LogoList li.li-item img {

    filter : grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter:grayscale(0);
    -ms-filter:grayscale(0);
    -o-filter:grayscale(0);
}



.GoldCustomer {background: #fff;border-top: 1px solid #ddd;}
.GoldCustomer .Title {
    display: none;
}
.GoldCustomer div.Logo {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 1180px;
    margin: 0 auto;
}
.GoldCustomer div.Logo ul.LogoList {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 1000%;
}
.GoldCustomer div.Logo ul.LogoList li.li-item {
    border: medium none;
    display: block;
    float: left;
    padding: 0 20px 0 0;
}
.GoldCustomer div.Logo ul.LogoList li.li-item img.img-item {
    border: medium none;
    display: block;
    height: 110px;
}
.GoldCustomer div.Logo .selected {
    opacity: 1 !important;
}


/************************************************/
.GoldCustomer > table {
    margin: 30px auto;
    width: 1040px;
    text-align: justify;
}
.GoldCustomer td.LibraryItem {
    /* border: 2px solid #D0D0D0; */
    display: inline-block;
    height: 110px;
    margin: 5px 3px;
    width: 23%;
}
.GoldCustomer .LibraryItem .link-item .img-item {
    width: 200px;
    /* filter : grayscale(100%); */
    -moz-filter: grayscale(100%);
    /* -webkit-filter:grayscale(100%); */
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
}
.GoldCustomer .LibraryItem .link-item:hover .img-item {

    filter : grayscale(50%);
    -moz-filter: grayscale(50%);
    -webkit-filter:grayscale(50%);
    -ms-filter:grayscale(10%);
    -o-filter:grayscale(10%);
}
@media only screen and (max-width: 768px){
.GoldCustomer > table {
    width: 100%;
}
.GoldCustomer td.LibraryItem {
    height: auto;
    width: 100% !important;
}
.GoldCustomer .LibraryItem .link-item .img-item {
    width: 100%;
}
.GoldCustomer td.LibraryItem {
    margin: 0 !important;
}
} 