﻿
$(document).ready(function() {
    $('#customerLogo').bxSlider({
        auto: true,
        autoHover: true,
        displaySlideQty: 6,
        startText: "",
        stopText: "",
        nextText: "",
        prevText: ""
    });
});
