$(function() {
//	$.localScroll.hash({
//		reset:		false
//	});
	$.localScroll({
//		hash:		true,
		easing:		'easeOutQuart'
	});
	$('#navServicii').localScroll({
		target:		'.grid_8',
		axis:		'xy',
		duration:	500,	
		easing:		'easeOutExpo'
	});
	$('#navServicii a').click(function() {
		$('li.active').removeClass('active');
		$(this).closest('li').addClass('active');
	});
	
	$('a[rel="external"]').click( function() {
		window.open( $(this).attr('href') );
		return false;
	});
});
