var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3932512&docid=68190147&x=2524',
		'title': '',
		'imageId': '68190147',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3932512&docid=68190149&x=2524',
		'title': '',
		'imageId': '68190149',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3932512&docid=68190144&x=2524',
		'title': '',
		'imageId': '68190144',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3932512&docid=68190143&x=2524',
		'title': '',
		'imageId': '68190143',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3932512&docid=68190142&x=2524',
		'title': '',
		'imageId': '68190142',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3932512&docid=68190148&x=2524',
		'title': '',
		'imageId': '68190148',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3932512&docid=68190146&x=2524',
		'title': '',
		'imageId': '68190146',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3932512&docid=68190145&x=2524',
		'title': '',
		'imageId': '68190145',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3932512';

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