﻿$(function() {
    $('#patrons_slider').bxSlider({
        prev_image: '',
        next_image: '',
        wrapper_class: '',
        margin: 0,
        ticker: false,
        pause: 5500,
        auto: true,
        controls: false,
        pager: false,
        page_controls: false,
        auto_controls: false,
        randomStart: true
    });
});
