jQuery(function($) {
//$(document).ready(function() {
	// initialize tooltip
	$("#highlights li.a[title]").tooltip({
		tip: '#dynatip', 
		relative: true,
		position: "center left",
		
		// tweak the position
		offset: [24, 700],	
		effect: 'slide',
		direction: 'right'		
	});
	$("#highlights li.b[title]").tooltip({
		tip: '#dynatip', 
		relative: true,
		position: "center left",
		
		// tweak the position
		offset: [24, 603],	
		effect: 'slide',
		direction: 'right'		
	});
	$("#highlights li.c[title]").tooltip({
		tip: '#dynatip', 
		relative: true,
		position: "center left",
		
		// tweak the position
		offset: [24, 596],	
		effect: 'slide',
		direction: 'right'		
	});
	$("#highlights li.d[title]").tooltip({
		tip: '#dynatip', 
		relative: true,
		position: "center left",
		
		// tweak the position
		offset: [24, 616],	
		effect: 'slide',
		direction: 'right'		
	});	
//$("ul#sidenav li a").last().css('border-bottom', "none");
	
});
