﻿$(document).ready(function() {
    $('#slider-wrapper').easyAccordion({
        autoStart: true,
        slideInterval: 4000
    });
});
