$(document).ready(function() {
	$('ul#brand_bnr').carouFredSel({
		auto: true,
		prev: "#prev",
		next: "#next"
	});
});

jQuery(function($){
    $('li#tabArea1').imageTabs({
        animate: 'fadeIn',
        duration: 'slow',
        opentab: 'tab1-1'
    });
    $('li#tabArea2').imageTabs({
        animate: 'fadeIn',
        duration: 'slow',
        opentab: 'tab2-1'
    });
});

