var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4031345&docid=70492008&x=4824',
		'title': '',
		'imageId': '70492008',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4031345&docid=70492012&x=4824',
		'title': '',
		'imageId': '70492012',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4031345&docid=70492020&x=4824',
		'title': '',
		'imageId': '70492020',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4031345&docid=70492023&x=4824',
		'title': '',
		'imageId': '70492023',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4031345&docid=70492026&x=4824',
		'title': '',
		'imageId': '70492026',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4031345';

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