Current File : /home/aventura/public_html/web/js/page/page.shop-sidebar-and-item.js
$(document).ready(function() {

    //SHOP THUMBNAIL SLIDER //
    $('.bxslider').bxSlider({
        pagerCustom: '#bx-pager-shop',
        controls: false
    });

});