/**
 * Brands reel code
 */
$(function() {
    jQuery('#brands_reel').jcarousel({
    	scroll: 6
    	//wrap: 'circular'
        // Configuration goes here
    });
});
