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

    filter : grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
}
.GoldCustomer div.Logo ul.LogoList li.li-item:hover img {

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



.GoldCustomer {
}
.GoldCustomer .Title {
    display: none;
}
.GoldCustomer div.Logo {
    background: none repeat scroll 0 0 #fff;
    height: 100px!important;
    overflow: hidden;
    padding: 15px 0 0;
    position: relative;
        max-width: 1200px;
}
.GoldCustomer div.Logo ul.LogoList {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 4px 0 0;
    position: relative;
    width: 100%!important;
}
.GoldCustomer div.Logo ul.LogoList li.li-item {
    border: medium none;
    display: block;
    float: left;
    padding: 0 25px;
}
.GoldCustomer div.Logo ul.LogoList li.li-item img.img-item {
    border: medium none;
    display: block;
    height: 75px;
}
.GoldCustomer div.Logo .selected {
    display: block;
    height: 90px;
    opacity: 1 !important;
    width: 180px;
}


/************************************************/
.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: 190px;
}
.GoldCustomer .LibraryItem .link-item .img-item {
    width: 185px;

    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(0);
    -moz-filter: grayscale(0);
    -webkit-filter:grayscale(0);
    -ms-filter:grayscale(0);
    -o-filter:grayscale(0);
}