﻿.clients-wrapper
{
    overflow:hidden;
}
.clients-wrapper > span
{
    position: absolute; width:1px; height:120px; background-color:#ffffff;z-index:3;
}
.clients
{
    list-style: none outside none;
}
.clients a
{
    line-height: 120px;
}
.clients li
{
    float: left; width: 190px; height:120px; text-align: center; 
    background: url(../images/divider.png) repeat-y scroll 0% 0% transparent;
    list-style:none;
    line-height: 120px;
}
.clients img
{
    vertical-align:middle;
}