$(function() {
	var startY = endY = verticalStart('#scripts');
	var startX = horizontalStart('#scripts', 'left', true);
	var endX = horizontalStart('ul.scripts', 'left');
	drawLine(startX, endX, startY, endY, 'photoLine');
	//move the ul into place
	$('ul.scripts').css('top', startY+'px');
	
	storeImageLines('ul.scripts');
	
});
