jQuery(document).ready(function($) {
	
	$(function() {
		$("#tabs" ).tabs({ fx: { opacity: 'toggle', duration:200 } });
		$("ul li:first").addClass("active").show(); //Activate first tab
	});

	
	if($('#tbi-carousel-offers li').length>4) { 
		$('#tbi-carousel-offers').jcarousel({
				animation:'slow',
				vertical:false,
				wrap:'both'
				
			});
	}
	
	
	
	if($('#tbi-carousel-promo li').length>4) { 
		$('#tbi-carousel-promo').jcarousel({
				scroll:4,
				vertical:false,
				wrap:'both'
				
			});
	}
	
	
	if($('#tbi-carousel-new li').length>4) { 
		$('#tbi-carousel-new').jcarousel({
				scroll:4,
				vertical:false,
				wrap:'both'
				
			});
	}
	
	
});
