var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3950032&docid=68044875&x=472',
		'title': '',
		'imageId': '68044875',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950032&docid=68044874&x=472',
		'title': '',
		'imageId': '68044874',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950032&docid=68045121&x=472',
		'title': '',
		'imageId': '68045121',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950032&docid=68045097&x=472',
		'title': 'Home Depot Price\n',
		'imageId': '68045097',
		'alt' : 'Home Depot Price\n',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950032&docid=68045176&x=472',
		'title': '',
		'imageId': '68045176',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950032&docid=68045175&x=472',
		'title': 'Product overview from Milwaukee site',
		'imageId': '68045175',
		'alt' : 'Product overview from Milwaukee site',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3950032';

document.body.style.overflow = "hidden";
var closeElement = document.querySelector("#lightbox #close");
var closeLoadingElement = document.querySelector("#lightbox #closeLoading");

if (closeElement) {
	closeElement.addEventListener("click", function() {
		document.body.style.overflow = "auto";
	})
}

if (closeLoadingElement) {
	closeLoadingElement.addEventListener("click", function() {
		document.body.style.overflow = "auto";
	})
}
