/* competition */

#competition {
    background-color: #3c3c3c;
}

#competition .competition-header {
    width: 960px;
    margin: 0 auto;
    background-image: url(/images/competition/competition-header-title.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
    background-size: 500px 80px;
}

#competition .competition-year {
    width: 960px;
    margin: 0 auto 20px;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    width: 960px;
    text-align: left;
    border-bottom: 1px solid #fff;
}

#competition .competition-banner {
    width: 960px;
    margin: 0 auto;
}

#competition .competition-banner .cb-items {
    list-style-type: none;
    padding: 0 0 40px;
}

#competition .competition-banner .cb-items .cb-item {
    margin-bottom: 20px;
}

#competition .competition-banner .cb-items .cb-item img {
    width: 960px;
    height: 250px;
}
