var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4009473&docid=69947618&x=4443',
		'title': '',
		'imageId': '69947618',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009473&docid=69947620&x=4443',
		'title': '',
		'imageId': '69947620',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009473&docid=69947616&x=4443',
		'title': '',
		'imageId': '69947616',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009473&docid=69947617&x=4443',
		'title': '',
		'imageId': '69947617',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009473&docid=69947614&x=4443',
		'title': '',
		'imageId': '69947614',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009473&docid=69947621&x=4443',
		'title': '',
		'imageId': '69947621',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009473&docid=69947622&x=4443',
		'title': '',
		'imageId': '69947622',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009473&docid=69947619&x=4443',
		'title': '',
		'imageId': '69947619',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4009473';

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