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