var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=407878&docid=1923727&x=2617',
		'title': '',
		'imageId': '1923727',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=407878&docid=1923734&x=2617',
		'title': '',
		'imageId': '1923734',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=407878&docid=1923745&x=2617',
		'title': '',
		'imageId': '1923745',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=407878&docid=1923748&x=2617',
		'title': '',
		'imageId': '1923748',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=407878&docid=1923753&x=2617',
		'title': '',
		'imageId': '1923753',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #407878';

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