//stLight.options({publisher:'343ab078-71d0-4c06-b15c-8c178c5b50c2'});

jQuery(document).ready(function($) {

    $("#nav li:first").css("margin-right", "0");
    
	//$("#home-page-stories li:nth-child(3n)").css("margin-right", "0");
	
	/*
	$("#loopedSlider").loopedSlider({
		autoStart: 5000,
		slidespeed: 1125,
		autoHeight: false,
		containerClick: false
	});
	
	$("#loopedSlider .container .slides").cycle({ 
		timeout: 4000,
		speed: 1000
	});
	*/
	
	// $(".3_column tr:nth-child(odd)").addClass("odd");
	
	$('ul.sf-menu').superfish({
		delay:       500,                            // one second delay on mouseout
		animation:   {opacity:'show'},  // fade-in and slide-down animation 
		speed:       'fast',                          // faster animation speed 
		autoArrows:  false,                           // disable generation of arrow mark-up 
		dropShadows: false,		// disable drop shadows 
		disableHI:	 true
    }); 

});
