var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4015122&docid=70078021&x=4242',
		'title': '',
		'imageId': '70078021',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015122&docid=70078023&x=4242',
		'title': '',
		'imageId': '70078023',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015122&docid=70078024&x=4242',
		'title': '',
		'imageId': '70078024',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015122&docid=70078014&x=4242',
		'title': '',
		'imageId': '70078014',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015122&docid=70078017&x=4242',
		'title': '',
		'imageId': '70078017',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015122&docid=70078018&x=4242',
		'title': '',
		'imageId': '70078018',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015122&docid=70078019&x=4242',
		'title': '',
		'imageId': '70078019',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015122&docid=70078020&x=4242',
		'title': '',
		'imageId': '70078020',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4015122';

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