var $j = jQuery.noConflict();
$j(document).ready(function() {
	$j('.sf-menu ul').superfish({ 
		delay:       1000,
		animation:   {opacity:'show',height:'show'},
		speed:       'fast',
		autoArrows:  false,
		dropShadows: false
	});
	//kwicks begin
	$j('.kwicks').kwicks({
		max : 448,
		spacing : 0,
		sticky : false,
		event : 'mouseover'
	});
});
