a img { border: 0 }

div#foo.business .logos {
    height:70px;
    width: 450px;
    overflow:hidden;
}

div#foo.business .logos .slide {
    position:relative;
    top:0;
    left:0;
}

div#foo.business table {
    width:100%;
    table-layout: fixed;
}


div#foo.business td {
    width: 150px;
    height: 70px;
    vertical-align:middle;
    text-align:center;
}

div#bar.business .logos {
    overflow:hidden;
    height:70px;
    width: 450px;
}

div#bar.business .logos .slide {
    position:relative;
    top:0;
    left:0;
}

div#bar.business table {
    width:100%;
    table-layout: fixed;
}


div#bar.business td {
    width: 150px;
    height: 70px;
    vertical-align:middle;
    text-align:center;
}

