.TeamControl {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 0 10px;
}

.TeamControl .stage {
    height: 75px;
    width: 920px;
    overflow: hidden;
    margin: 0 auto;
    background:#ffffff;
}

.TeamControl .strip {
    position: relative;
    height: 86px;
    overflow: hidden;
}

.TeamControl .buttonLeft {
    position: absolute;
    display: block;
    top: 13px;
    left: 0;
    width: 20px;
    height: 40px;
    border-radius: 50% 0 0 50%;
}

.TeamControl .buttonRight {
    position: absolute;
    display: block;
    top: 13px;
    right: 0;
    width: 20px;
    height: 40px;
    border-radius: 0 50% 50% 0;
}

.TeamControl .buttonLeft,
.TeamControl .buttonRight {
    background: #ed7f1d;
}

.TeamControl .buttonLeft:hover,
.TeamControl .buttonRight:hover {
    background: #333333;
}

.TeamControl .item {
    position: relative;
    display: inline;
    float: left;
    width: 115px;
    height: 75px;
    padding: 0;
    margin:  0;
    overflow: hidden;
    font-size: 90%;
    background: #ffffff;
    overflow: hidden;
}

.TeamControl .item * {
    margin: 0;
}

.TeamControl .item img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 115px;
    height: 75px;
}

