var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=671994&docid=4521913&x=4158',
		'title': '',
		'imageId': '4521913',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=671994&docid=4521916&x=4158',
		'title': '',
		'imageId': '4521916',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=671994&docid=4521919&x=4158',
		'title': '',
		'imageId': '4521919',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=671994&docid=4521922&x=4158',
		'title': '',
		'imageId': '4521922',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=671994&docid=4521925&x=4158',
		'title': '',
		'imageId': '4521925',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=671994&docid=4521928&x=4158',
		'title': '',
		'imageId': '4521928',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=671994&docid=4521931&x=4158',
		'title': '',
		'imageId': '4521931',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=671994&docid=4521934&x=4158',
		'title': '',
		'imageId': '4521934',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #671994';

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