$(function(){
	$("#navigation li:last").css("background", "none").css("padding", "0");
	$(".three:last").css("text-align", "right");
	$(".three").eq(-2).css("text-align", "center");
	$(".three:last h1").css("text-align", "right");
	$(".three h1").eq(-2).css("text-align", "center");	
	
	$(function(){
		$('#s2').cycle({ 
	//		fx:    'fadeZoom', 
	//		fx:    'growX', 
			fx:    'scrollHorz', 
			sync:   1, 
			speed:  1000,
			timeout: 0,
			pager: '#nav',
			next: '#next',
			prev: '#prev'
		 });
	});
	$('ul#menu').NavDropDown();
});



Cufon.replace ('h1, #navigation li a, #menu li a', { fontFamily: 'HelveticaNeue_Cond' });

