jQuery(document).ready(function() {
	
	if (jQuery('.bread2').length>0) {	
		jQuery('.breadcrumb a').before('<span class="b-right"></span>');
		
		var qqqq = jQuery('.bread2').html();
		jQuery('.bread2').html(
			qqqq.replace('&gt;', '')
		);
		
		jQuery('.b-right').first().remove();
		
		//jQuery('.b-right').first().replaceWith('<span class="b-left"></span>');
		
		jQuery('.breadcrumb a').last().after('<span class="b-right"></span>');
		
		jQuery('.breadcrumb a').first().css('background', 'url(/wp-content/themes/basis/images/first.png)');
	}
	
	jQuery('.shops-carousel').jcarousel({
        vertical: false,
        scroll: 2,
		buttonNextHTML: '<div class="shops-prev" id="gal-prev"></div>',
		buttonPrevHTML: '<div class="shops-next" id="gal-next"></div>'
    });
	
});
