.logo-stack
{
    display:none;
}
.logo-gallery {
    height:57px;
    width:920px;
    margin:auto;
}

.logo-images {
    position:relative;
    height:57px;
    overflow:hidden;
    float:left;
    width:920px;
}

.logos {
    height:55px;
    position:absolute;
    left:0;
    top:0;
    width:920px;
    z-index:100;
}

.logo-gallery .container {
    display:none;
    z-index:10;
    position:absolute;
    left:0;
    top:0;
}

.logo {
    float:left;
    height:55px;
    width:118px;
    margin-right:13px;
}

.logo a {
    display:block;
    width:118px;
    height:37px;
    background:#fff;
}

.logo div {
    background:#b0b0b0;
    color:#fff;
    font-size:11px;
    text-align:center;
}

.logo img {
    border:1px solid #d1d1d1;
    width:116px;
    height:35px;
}


