var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4032226&docid=70509422&x=5538',
		'title': '',
		'imageId': '70509422',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032226&docid=70509425&x=5538',
		'title': '',
		'imageId': '70509425',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032226&docid=70509428&x=5538',
		'title': '',
		'imageId': '70509428',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032226&docid=70509431&x=5538',
		'title': '',
		'imageId': '70509431',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032226&docid=70509434&x=5538',
		'title': '',
		'imageId': '70509434',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032226&docid=70509437&x=5538',
		'title': '',
		'imageId': '70509437',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032226&docid=70509443&x=5538',
		'title': '',
		'imageId': '70509443',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032226&docid=70509447&x=5538',
		'title': '',
		'imageId': '70509447',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4032226';

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