$(document).ready(function() {
	// SET UP THE TABS
	$("#rhs-tabs").tabs({
		fx: { opacity: "toggle" }
	});
});