jQuery(document).ready(function() {
    var carousel = new SlickCarousel('scroller', '.section', {
        start_index: 0,
        menu_class: 'btn',
        scroll_right: 'right',
        scroll_left: 'left',
        duration: 300,
        "offset": {'x': -20, 'y': 0},
        transition: Fx.Transitions.Quad.easeInOut,
        menu_img_on: COGTREE.homepage.BUTTONBAR_ON,
        menu_img_off: COGTREE.homepage.BUTTONBAR_OFF
    });
    COGTREE.sections = carousel;
});
