#gallery {
    text-align: center;
    max-width: 625px;
    margin: 30px auto;
}

#gallery .item {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    width: 165px;
    height: 275px;
    text-align: center;
}

#gallery .item.wait {
    background-color: #fca;
}

#gallery .item.pass {
    background-color: #afa;
}

#gallery .item.fail {
    background-color: #faa;
}

#gallery .item div.thumb {
    background-position: center center;
    background-size: cover;
    width: 165px;
    height: 165px;
    margin-bottom: 10px;
}

#gallery .item div.thumb a {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#gallery .vote {
    width: 165px;
    text-align: center;
}

#gallery .vote div.counter {
    float: left;
    width: 80px;
    padding: 10px 0;
    margin-right: 10px;
    border: 1px solid #999;
    border-radius: 2px;
    background: #fff;
}

#gallery .vote div.counter b {
    font-size: 20px;
    display: block;
}

#gallery .vote input.button {
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    padding: 1px 30px;
}

#gallery .vote input.button.nope {
    opacity: 0.5;
    cursor: default;
}

#gallery .arrow {
    display: inline-block;
    background-image: url(/offres/dev_clients/wyw2pro/img/arrow.gif);
    margin: 10px;
    width: 18px;
    height: 31px;
}

#gallery .arrow.left {
    background-position: top left;
}

#gallery .arrow.right {
    background-position: top right;
}

#gallery .arrow.disabled {
    opacity: .3;
}

#gallery .info {
    float: left;
    width: 310px;
    text-align: left;
    font-size: 15px;
}

#gallery .info .vote {
    padding: 30px 0;
}

#gallery .file {
    float: right;
    width: 310px;
    text-align: center;
}

#gallery .file img {
    max-width: 300px;
}

a.pass {
    background: url(/offres/doc_inline_src/543/dup_game.jpg) center left no-repeat;
    padding-left: 20px;
    text-decoration: none;
    color: #4A8602;
}

a.fail {
    background: url(/offres/doc_inline_src/543/sup_game.jpg) center left no-repeat;
    padding-left: 20px;
    text-decoration: none;
    color: #C8430B;
}