/**
 * @author Justin Johnson
 */


$(function(){
	
	$(".slidetabs").tabs(".panels div", {
		effect: 'fade',
		fadeOutSpeed: "slow",
		rotate: true
	}).slideshow({interval: 7000, autoplay: true});

	$(".brandtabs").tabs(".brand-panels div", {
		effect: 'fade',
		fadeOutSpeed: "slow",
		rotate: true
	}).slideshow({interval: 3000, autoplay: true});	
	
});
