$(function(){
	$('#slides #sections').carousel({loop:true,autoSlide:true,autoSlideInterval:3000,delayAutoSlide:3000,dispItems:1,effect:"fade",pagination:true});
	$("dl.tabs dt").click(function(){
		$(this)
		.siblings().removeClass("selected").end()
		.next("dd").andSelf().addClass("selected");
	});
	$("a[rel*=external]").click(function(){window.open(this.href);return false;});
}); 

