$(function () {
	$(".top-links li:last").css({border:"none"});
	
	$('#innerfade').cycle({
		height: 380,
		timeout: 4000
	});
	
	$("#faq .content").accordion({
		autoHeight: false,
		navigation: true
	});
	
});
