#ourclients {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    margin-left: 400px;
    margin-right: 400px;
    padding-bottom: 30px;
    height: 150px;
}
#ourclients .clients-wrap {
    display: block;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
#ourclients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#ourclients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 70px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-left: 30px;
}
#ourclients .clients-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    width: 150px;
    max-height: 100%;
    -webkit-transition: 0 linear left;
    -moz-transition: 0 linear left;
    transition: 0 linear left;
}