var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=463027&docid=2182769&x=4216',
		'title': '',
		'imageId': '2182769',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463027&docid=2182790&x=4216',
		'title': '',
		'imageId': '2182790',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463027&docid=2182796&x=4216',
		'title': '',
		'imageId': '2182796',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463027&docid=2182801&x=4216',
		'title': '',
		'imageId': '2182801',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #463027';

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