$(function() {
	var startY = endY = verticalStart('#tshirts');
	var startX = horizontalStart('#tshirts', 'right', true);
	var endX = horizontalStart('ul.tshirts', 'left');
	//draw the horizontal line
	drawLine(startX, endX, startY, endY, 'photoLine');

	storeImageLines('ul.tshirts');
});
