var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010402&docid=69969077&x=4525',
		'title': '',
		'imageId': '69969077',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010402&docid=69969083&x=4525',
		'title': '',
		'imageId': '69969083',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010402&docid=69969084&x=4525',
		'title': '',
		'imageId': '69969084',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010402&docid=69969079&x=4525',
		'title': '',
		'imageId': '69969079',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010402&docid=69969082&x=4525',
		'title': '',
		'imageId': '69969082',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010402&docid=69969081&x=4525',
		'title': '',
		'imageId': '69969081',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010402&docid=69969078&x=4525',
		'title': '',
		'imageId': '69969078',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010402&docid=69969080&x=4525',
		'title': '',
		'imageId': '69969080',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010402';

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