jQuery('document').ready(function(){
	// init quickshop scroll
	jQuery('.quickshop-products').jcarousel({
    	wrap: 'circular'
    });
})
