var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179526&docid=626003&x=323',
		'title': '',
		'imageId': '626003',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179526&docid=626004&x=323',
		'title': '',
		'imageId': '626004',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179526&docid=626005&x=323',
		'title': '',
		'imageId': '626005',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179526&docid=626006&x=323',
		'title': '',
		'imageId': '626006',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179526&docid=626007&x=323',
		'title': '',
		'imageId': '626007',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179526';

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";
	})
}
