$(function(){
	$('#footer ul.nav').children('li:last a').css("border-right", "none");
	$('#carousel').cycle({ 
		fx:     'fade', 
		speed:   800, 
		timeout: 4000, 
		pause:   1 
	});
});