$(function() {
	var startX = endX = horizontalStart('#co-producers', 'center');
	var startY = verticalStart('#co-producers', 'bottom', true);
	var endY = verticalStart('ul.co-producers', 'top');
	drawLine(startX, endX, startY, endY, 'grantLine1');
	
	//move the ul into place
	$('ul.co-producers').css('left', endX+'px');
});
